From 461553d549b90f00dbf6a5072dfe4ddc95aefa4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Mon, 27 Mar 2017 20:07:15 +0200 Subject: Display link to nonexistent image only if it is not newer than first one --- cgi-bin/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi-bin/config.py') diff --git a/cgi-bin/config.py b/cgi-bin/config.py index 945d3dc..fafb2a5 100644 --- a/cgi-bin/config.py +++ b/cgi-bin/config.py @@ -2,4 +2,4 @@ datadir='img/' root='' special = ('index', 'latest') pagination = 30 -delay = 1 +delay = 5 -- cgit v1.2.3