diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,9 +1,12 @@ -Extension [ <persistent> extension #122 pinba version 1.1.1 ] { +Extension [ <persistent> extension #116 pinba version 1.1.2 ] { - INI { Entry [ pinba.server <ALL> ] Current = '' } + Entry [ pinba.resolve_interval <ALL> ] + Current = '60' + } Entry [ pinba.enabled <ALL> ] Current = '0' } @@ -13,11 +16,11 @@ Extension [ <persistent> extension #122 pinba version 1.1.1 ] { } - Constants [5] { - Constant [ integer PINBA_FLUSH_ONLY_STOPPED_TIMERS ] { 1 } - Constant [ integer PINBA_FLUSH_RESET_DATA ] { 2 } - Constant [ integer PINBA_ONLY_STOPPED_TIMERS ] { 1 } - Constant [ integer PINBA_ONLY_RUNNING_TIMERS ] { 4 } - Constant [ integer PINBA_AUTO_FLUSH ] { 8 } + Constant [ int PINBA_FLUSH_ONLY_STOPPED_TIMERS ] { 1 } + Constant [ int PINBA_FLUSH_RESET_DATA ] { 2 } + Constant [ int PINBA_ONLY_STOPPED_TIMERS ] { 1 } + Constant [ int PINBA_ONLY_RUNNING_TIMERS ] { 4 } + Constant [ int PINBA_AUTO_FLUSH ] { 8 } } - Functions { |