mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
feat(fix): add PAGES_LIMIT configuration for ETL services
This commit is contained in:
parent
0c6a519c37
commit
3207fbf9ea
5 changed files with 11 additions and 2 deletions
|
|
@ -78,6 +78,10 @@ STT_SERVICE=local/base
|
|||
# STT_SERVICE_API_BASE=
|
||||
|
||||
|
||||
# (Optional) Maximum pages limit per user for ETL services (default: `999999999` for unlimited in OSS version)
|
||||
PAGES_LIMIT=500
|
||||
|
||||
|
||||
FIRECRAWL_API_KEY=fcr-01J0000000000000000000000
|
||||
|
||||
# File Parser Service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue