summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 891803f..dee12f8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,9 @@ docdir = $(TARGET)
ECHOLOT_BASE = /var/lib/echolot
-TLS_AGE = 3600
+TLS_AGE = 86400
+PINGER_CACHE_AGE = 3600
+LATENCY_AGE = 3600
#install-data-local: $(LOCAL_INSTALL_FILES)
# [ -d $(TARGET) ] || mkdir $(TARGET)