aboutsummaryrefslogtreecommitdiffstats
path: root/tunable.h
diff options
context:
space:
mode:
Diffstat (limited to 'tunable.h')
-rw-r--r--tunable.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tunable.h b/tunable.h
new file mode 100644
index 00000000..c9821ca2
--- /dev/null
+++ b/tunable.h
@@ -0,0 +1,12 @@
+/*
+ * tunable.h -- values that a site might want to change
+ *
+ * For license terms, see the file COPYING in this directory.
+ */
+
+/* umask to use when daemon creates files */
+#define DEF_UMASK 022
+
+/* default timeout period in seconds if server connection dies */
+#define CLIENT_TIMEOUT 300
+