diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-02 07:58:57 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-02 07:58:57 +0200 |
commit | 220c72bc19d8c2d323695d71a9ae98839ef2d9cb (patch) | |
tree | 933ceea0896eaa6df99141aadc5cfff99f347123 /REFLECTION | |
parent | 23e455394397268d499ad19e62d78905d7c7261e (diff) |
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 { |