summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-02 07:58:57 +0200
committerRemi Collet <remi@remirepo.net>2020-08-02 07:58:57 +0200
commit220c72bc19d8c2d323695d71a9ae98839ef2d9cb (patch)
tree933ceea0896eaa6df99141aadc5cfff99f347123 /REFLECTION
parent23e455394397268d499ad19e62d78905d7c7261e (diff)
update to 1.1.2HEADmaster
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION15
1 files changed, 9 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index ce0f99e..fe6a733 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 {