You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not 100% sure about the intended behaviour, but I'd say that a "reset" function should clean up everything.
ATM, the workaround I found, is: in order to delete all timers, ini_set pinba_enabled to 0, call flush(), then reset pinba_enabled to its original value
The text was updated successfully, but these errors were encountered:
Tested on pinba-php from Ubuntu Focal:
I am not 100% sure about the intended behaviour, but I'd say that a "reset" function should clean up everything.
ATM, the workaround I found, is: in order to delete all timers, ini_set
pinba_enabled
to 0, callflush()
, then resetpinba_enabled
to its original valueThe text was updated successfully, but these errors were encountered: