Ignore:
Timestamp:
09/10/2007 00:23:59 (4 years ago)
Author:
chris
Message:

Allow configuration of the time to delete redundant store locations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/backupclient/BackupStoreConstants.h

    r217 r1863  
    4141#define BACKUP_FILE_DIFF_MAX_BLOCK_FIND_MULTIPLE        4096 
    4242 
    43 // How many seconds to wait before deleting unused root directory entries? 
    44 #ifndef NDEBUG 
    45         // Debug: 30 seconds (easier to test) 
    46         #define BACKUP_DELETE_UNUSED_ROOT_ENTRIES_AFTER         30 
    47 #else 
    48         // Release: 2 days (plenty of time for sysadmins to notice, or change their mind) 
    49         #define BACKUP_DELETE_UNUSED_ROOT_ENTRIES_AFTER         172800 
    50 #endif 
    51  
    5243#endif // BACKUPSTORECONSTANTS__H 
    5344 
Note: See TracChangeset for help on using the changeset viewer.