1-bit-audio-player
Opened 15 years ago
Last modified 15 years ago
#1255 new defect
database continues flushing cache
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Severity: | normal |
| Plugin: | 1-bit-audio-player | Keywords: | w3-total-cache |
| Cc: | fredericktownes |
Description
the on_change method in lib/W3/Plugin/DbCache.php checks a static $flushed variable before flushing the cache. After it is flushed the static variable is not changed to true. This can cause multiple flushes when it's not necessary.
Note: See
TracTickets for help on using
tickets.