diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-07 11:10:48 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-07 11:10:48 +0200 |
commit | 377ee27b86a76579553ba93d60da812ef0b42ebc (patch) | |
tree | b07ad9ec533306a16e0bab70d89ca898b20641a7 /REFLECTION | |
parent | d98911290030db4e378ece70b37d2f3858c53bce (diff) |
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #127 tarantool version 0.2.0 ] { +Extension [ <persistent> extension #142 tarantool version 0.2.0 ] { - INI { Entry [ tarantool.persistent <ALL> ] @@ -11,16 +11,16 @@ Extension [ <persistent> extension #127 tarantool version 0.2.0 ] { Current = '0' } Entry [ tarantool.timeout <ALL> ] - Current = '10.0' + Current = '3600.0' } Entry [ tarantool.request_timeout <ALL> ] - Current = '10.0' + Current = '3600.0' } Entry [ tarantool.retry_count <ALL> ] Current = '1' } Entry [ tarantool.retry_sleep <ALL> ] - Current = '0.1' + Current = '10' } } |