Commit 6db0548e authored by Nils Goroll's avatar Nils Goroll

better name for the expiry thread

parent f863ec15
......@@ -359,5 +359,5 @@ EXP_Init(void)
AZ(pthread_cond_init(&ep->condvar, NULL));
VSTAILQ_INIT(&ep->inbox);
exphdl = ep;
WRK_BgThread(&pt, "cache-timeout", exp_thread, ep);
WRK_BgThread(&pt, "cache-exp", exp_thread, ep);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment