[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-4.3'
    Florian Forster 
    octo at verplant.org
       
    Mon Aug 25 20:06:12 CEST 2008
    
    
  
 src/memcached.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 801067164e6eb068f5b5b2c45638fd207d5084ff
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Aug 25 20:03:12 2008 +0200
    memcached plugin: Wait for a *little* longer for the memcached to answer.
    
    poll(2) takes a timeout in milliseconds, not seconds. Multiply
    `interval_g' by 1000 before passing it to `poll'.
    
    Thanks to Joost Cassee <joost at cassee.net> for helping debug this.
    
    
More information about the collectd-changes
mailing list