delete mistaken sleep in the previous commit

This commit is contained in:
Igor Sysoev 2009-08-10 14:45:52 +00:00
parent 4413fad0db
commit 632a1922fa

View File

@ -1362,7 +1362,5 @@ ngx_cache_loader_process_handler(ngx_event_t *ev)
} }
} }
sleep(50);
exit(0); exit(0);
} }