From a3d5eb9b2a08190528b1e024bdfbff41c0a6b88f Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Wed, 2 Dec 2009 14:17:18 +0000 Subject: storage/posix: Change janitor sleep duration to 10 minutes. Signed-off-by: Vikas Gorur Signed-off-by: Anand V. Avati BUG: 227 (replicate selfheal does not remove directory with contents in it) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=227 --- xlators/storage/posix/src/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 2bcdd0d0a30..a48d2f42d3e 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -1354,7 +1354,7 @@ janitor_walker (const char *fpath, const struct stat *sb, } -#define JANITOR_SLEEP_DURATION 2 +#define JANITOR_SLEEP_DURATION 600 static void * posix_janitor_thread_proc (void *data) -- cgit