source: box/trunk/lib/backupstore/BackupConstants.h @ 2945

Revision 2945, 570 bytes checked in by chris, 13 months ago (diff)

Major refactoring to make lib/backupclient depend on lib/backupstore rather
than the other way around. This is needed to allow clients to have all the
code that they'd need to implement local backups (using the Local protocol)
in subsequent commits.

  • Property svn:eol-style set to native
Line 
1// --------------------------------------------------------------------------
2//
3// File
4//              Name:    BackupConstants.h
5//              Purpose: Constants for the backup server and client
6//              Created: 2003/08/20
7//
8// --------------------------------------------------------------------------
9
10#ifndef BACKUPCONSTANTS__H
11#define BACKUPCONSTANTS__H
12
13// 15 minutes to timeout (milliseconds)
14#define BACKUP_STORE_TIMEOUT                    (15*60*1000)
15
16// Should the store daemon convert files to Raid immediately?
17#define BACKUP_STORE_CONVERT_TO_RAID_IMMEDIATELY        true
18
19#endif // BACKUPCONSTANTS__H
20
21
Note: See TracBrowser for help on using the repository browser.