You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`ENABLE_QUEUE`: if false, the server will reject requests when ram limit is reached, if true, the server will queue requests until sufficient ram is available
383
-
- this can only be set to `true` or `false`
384
-
- by default this is `true`
385
-
- the publically deployed API has this set to `true`
386
382
-`ENABLE_DEBUG`: if true, the server will expose debug routes (like `/check-ram`) for monitoring and debugging purposes
387
-
-same format as `ENABLE_QUEUE`
383
+
-this can only be set to `true` or `false`
388
384
- by default this is `false`
389
385
- the public API has this set to `true`
390
386
-`GIN_MODE`: whether to run the gin-gonic server in release mode or debug mode. For this API there won't be much of a performance difference regardless of which one you pick, and it is recommended that you read the docs for [gin-gonic](https://gin-gonic.com/en/docs/deployment/#configuration-options) for more information
0 commit comments