Skip to content

Commit 8a6ba9b

Browse files
authored
fix(idleTimeout): 600 (#17)
1 parent 98e6adc commit 8a6ba9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

megaphone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ int main() {
239239
/* We expect clients to ping us from time to time */
240240
/* Or we ping them, I don't know yet */
241241
/* TODO make it an env var */
242-
.idleTimeout = 600,
242+
.idleTimeout = 6000,
243243

244244
/* 100kb then you're skipped until either cut or up to date */
245245
/* TODO make it an env var */

0 commit comments

Comments
 (0)