Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/protocol/MFSCommunication.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down