summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-26 05:05:57 +0100
committerdefault <nobody@localhost>2022-11-26 05:05:57 +0100
commitafb970a757c67332d34a987d7bc7e4b0e3710932 (patch)
tree337b021873bb09ba86638a94d7703cf1e77feada /httpd.c
parent9867f321b57c876f2e673183ed41086b0c089563 (diff)
purge_server() deletes using object_del().
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"));