• Guus der Kinderen's avatar
    OF-1487: Monitoring plugin: write archived data to the database more often. · 68d5e49e
    Guus der Kinderen authored
    Prior to this commit, archived data was kept in a buffer, which was flushed to the database once per minute.
    It is undesirable to have the database 'lag behind' for such an extend period of time.
    
    This commit introduces near-instantanious flushes. Data that's put in a buffer is flushed immediately, unless
    more data is available instantly.
    68d5e49e
Name
Last commit
Last update
build Loading commit data...
dbutil Loading commit data...
distribution Loading commit data...
documentation Loading commit data...
i18n Loading commit data...
src Loading commit data...
starter Loading commit data...
webadmin Loading commit data...
webadmintld Loading commit data...
xmppserver Loading commit data...
.dockerignore Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Dockerfile Loading commit data...
LICENSE.txt Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...