summaryrefslogtreecommitdiffstats
path: root/src/serverconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serverconfig.h')
-rw-r--r--src/serverconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/serverconfig.h b/src/serverconfig.h
index ea772b9..e8127c0 100644
--- a/src/serverconfig.h
+++ b/src/serverconfig.h
@@ -42,5 +42,8 @@
#define RTT_THRESHOLD_FACTOR(us) (((us) * 2) / 3) // 2/3 = current to best must be 33% worse
+// How many seconds have to pass after the last client disconnected until the imagefd is closed
+#define UNUSED_FD_TIMEOUT 3600
+
#endif