MCPcopy Create free account
hub / github.com/apache/httpd / next_run_default

Function next_run_default

modules/md/mod_md_ocsp.c:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149};
150
151static apr_time_t next_run_default(void)
152{
153 /* we'd like to run at least hourly */
154 return apr_time_now() + apr_time_from_sec(MD_SECS_PER_HOUR);
155}
156
157static apr_status_t run_watchdog(int state, void *baton, apr_pool_t *ptemp)
158{

Callers 1

run_watchdogFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected