|
Lines 59-65
Link Here
|
| 59 |
#define SLURMDBD_2_6_VERSION 12 /* slurm version 2.6 */ |
59 |
#define SLURMDBD_2_6_VERSION 12 /* slurm version 2.6 */ |
| 60 |
#define SLURMDBD_2_5_VERSION 11 /* slurm version 2.5 */ |
60 |
#define SLURMDBD_2_5_VERSION 11 /* slurm version 2.5 */ |
| 61 |
|
61 |
|
| 62 |
#define MAX_PURGE_LIMIT 50000 /* Number of records that are purged at a time |
62 |
#define MAX_PURGE_LIMIT 25000 /* Number of records that are purged at a time |
| 63 |
so that locks can be periodically released. */ |
63 |
so that locks can be periodically released. */ |
| 64 |
#define MAX_ARCHIVE_AGE (60 * 60 * 24 * 60) /* If archive data is older than |
64 |
#define MAX_ARCHIVE_AGE (60 * 60 * 24 * 60) /* If archive data is older than |
| 65 |
this then archive by month to |
65 |
this then archive by month to |
| 66 |
- |
|
|