Spaces:
Runtime error
Runtime error
Commit
•
59ccef5
1
Parent(s):
4bc8213
boost the timeout a bit
Browse files- src/index.mts +1 -1
src/index.mts
CHANGED
@@ -10,7 +10,7 @@ const app = express()
|
|
10 |
const port = 7860
|
11 |
|
12 |
const minPromptSize = 16 // if you change this, you will need to also change in public/index.html
|
13 |
-
const timeoutInSec =
|
14 |
|
15 |
console.log('timeout set to 30 minutes')
|
16 |
|
|
|
10 |
const port = 7860
|
11 |
|
12 |
const minPromptSize = 16 // if you change this, you will need to also change in public/index.html
|
13 |
+
const timeoutInSec = 15 * 60
|
14 |
|
15 |
console.log('timeout set to 30 minutes')
|
16 |
|