summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/storage/posix/src/posix.c2
1 files changed, 1 insertions, 1 deletions
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)