projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b7ad4
)
Revise the default value of relcache_size from 0 to 256.
author
Yugo Nagata
<nagata@sraoss.co.jp>
Mon, 1 Oct 2012 05:30:50 +0000
(14:30 +0900)
committer
Yugo Nagata
<nagata@sraoss.co.jp>
Mon, 1 Oct 2012 05:30:50 +0000
(14:30 +0900)
definePgpoolConfParam.php
patch
|
blob
|
blame
|
history
diff --git
a/definePgpoolConfParam.php
b/definePgpoolConfParam.php
index 1e3cf2b518f6f23b00dadd28f8e937545ceb64ae..e4a7655a5e8cfe6d99f46e04ba7778b862201b48 100644
(file)
--- a/
definePgpoolConfParam.php
+++ b/
definePgpoolConfParam.php
@@
-697,7
+697,7
@@
$pgpoolConfigParam[$key]['max'] = NUM_MAX;
$key = 'relcache_size';
$pgpoolConfigParam[$key]['type'] = 'N';
-$pgpoolConfigParam[$key]['default'] =
0
;
+$pgpoolConfigParam[$key]['default'] =
256
;
$pgpoolConfigParam[$key]['min'] = 0;
$pgpoolConfigParam[$key]['max'] = NUM_MAX;