diff options
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'      }    }  | 
