Code

memcached plugin: Wait for a *little* longer for the memcached to answer.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 25 Aug 2008 18:03:12 +0000 (20:03 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 25 Aug 2008 18:03:12 +0000 (20:03 +0200)
commit801067164e6eb068f5b5b2c45638fd207d5084ff
tree17834d38c526e21cce7aadb3d0b3729ef1a996b7
parentfe69cd30db6239e626cf32fdfd595b0af8b22519
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.
src/memcached.c