mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 17:10:46 +08:00
Merge branch 'main' of https://github.com/mendableai/firecrawl
This commit is contained in:
commit
92843a356d
@ -11,8 +11,8 @@ kill_timeout = '30s'
|
||||
[build]
|
||||
|
||||
[processes]
|
||||
app = 'node --max-old-space-size=4096 dist/src/index.js'
|
||||
worker = 'node --max-old-space-size=4096 dist/src/services/queue-worker.js'
|
||||
app = 'node --max-old-space-size=8192 dist/src/index.js'
|
||||
worker = 'node --max-old-space-size=8192 dist/src/services/queue-worker.js'
|
||||
|
||||
[http_service]
|
||||
internal_port = 8080
|
||||
|
Loading…
x
Reference in New Issue
Block a user