git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acb3d02
)
Set the default value of GridSiteGSIProxyLimit large enough to be "unlimited"
author
Daniel Kouřil
<kouril@ics.muni.cz>
Fri, 2 Mar 2012 16:54:43 +0000
(16:54 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Fri, 2 Mar 2012 16:54:43 +0000
(16:54 +0000)
org.gridsite.core/src/mod_gridsite.c
patch
|
blob
|
blame
|
history
diff --git
a/org.gridsite.core/src/mod_gridsite.c
b/org.gridsite.core/src/mod_gridsite.c
index
ed395ff
..
9c59697
100644
(file)
--- a/
org.gridsite.core/src/mod_gridsite.c
+++ b/
org.gridsite.core/src/mod_gridsite.c
@@
-1678,7
+1678,7
@@
static void *create_gridsite_dir_config(apr_pool_t *p, char *path)
conf->dnlists = NULL; /* GridSiteDNlists Search-path */
conf->dnlistsuri = NULL; /* GridSiteDNlistsURI URI-value */
conf->adminlist = NULL; /* GridSiteAdminList URI-value */
- conf->gsiproxylimit =
0;
/* GridSiteGSIProxyLimit number */
+ conf->gsiproxylimit =
1000;
/* GridSiteGSIProxyLimit number */
conf->unzip = NULL; /* GridSiteUnzip file-path */
conf->methods = apr_pstrdup(p, " GET ");