summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/throttle-tbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/throttle-tbf.c')
-rw-r--r--libglusterfs/src/throttle-tbf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/throttle-tbf.c b/libglusterfs/src/throttle-tbf.c
index 81efebd7efe..e11ca4f9d35 100644
--- a/libglusterfs/src/throttle-tbf.c
+++ b/libglusterfs/src/throttle-tbf.c
@@ -99,7 +99,7 @@ tbf_tokengenerator(void *arg)
token_gen_interval = bucket->token_gen_interval;
while (1) {
- usleep(token_gen_interval);
+ gf_nanosleep(token_gen_interval * GF_US_IN_NS);
LOCK(&bucket->lock);
{