From be2fefd26fe434443f0ae6a79a709a89b6ca0434 Mon Sep 17 00:00:00 2001 From: Joel Nelson Date: Mon, 17 Oct 2016 16:32:03 -0400 Subject: [PATCH] increase inode reuse delay from 1 day to 30 days --- src/protocol/MFSCommunication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/MFSCommunication.h b/src/protocol/MFSCommunication.h index d25f9e7b2..cd8433182 100644 --- a/src/protocol/MFSCommunication.h +++ b/src/protocol/MFSCommunication.h @@ -83,7 +83,7 @@ #define MFS_NAME_MAX 255 #define MFS_MAX_FILE_SIZE (((uint64_t)(MFSCHUNKSIZE))<<31) -#define MFS_INODE_REUSE_DELAY 86400 +#define MFS_INODE_REUSE_DELAY 259200 /// field values: status #define LIZARDFS_STATUS_OK 0 // OK