summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 14c59a0..5f1677d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,6 +1,12 @@
/* See LICENSE file for copyright and license details. */
/*
+ * crasfile_expiry: sets the amount of time after which a task file expires, in
+ * seconds.
+ */
+static const int64_t crasfile_expiry = 86400; /* 86400 secs = 24 hrs */
+
+/*
* task_todo_color, task_done_color: colors in which task_todo_str and
* task_done_str, respectively, are to be printed in. Colors must be set using
* ANSI escape codes.