Merge branch 'main' of https://github.com/mendableai/firecrawl
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ kill_timeout = '30s'
|
|||||||
[build]
|
[build]
|
||||||
|
|
||||||
[processes]
|
[processes]
|
||||||
app = 'node --max-old-space-size=4096 dist/src/index.js'
|
app = 'node --max-old-space-size=8192 dist/src/index.js'
|
||||||
worker = 'node --max-old-space-size=4096 dist/src/services/queue-worker.js'
|
worker = 'node --max-old-space-size=8192 dist/src/services/queue-worker.js'
|
||||||
|
|
||||||
[http_service]
|
[http_service]
|
||||||
internal_port = 8080
|
internal_port = 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user