Skip to content

Commit 673de9f

Browse files
committed
add default lock timeout for old-style configuration syntax
1 parent dc3f064 commit 673de9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/configuration_xml.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,7 @@ void mapcache_configuration_parse_xml(mapcache_context *ctx, const char *filenam
11821182
micro_retry = 10000;
11831183
}
11841184
config->locker->retry_interval = micro_retry / 1000000.0;
1185+
config->locker->timeout=120;
11851186
}
11861187

11871188
if((node = ezxml_child(doc,"threaded_fetching")) != NULL) {

0 commit comments

Comments
 (0)