summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 76bebad..dd8978d 100644
--- a/httpd.c
+++ b/httpd.c
@@ -222,7 +222,7 @@ static void *queue_thread(void *arg)
time_t purge_time;
/* first purge time */
- purge_time = time(NULL) + 15 * 60;
+ purge_time = time(NULL) + 10 * 60;
srv_log(xs_fmt("queue thread start"));