Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: more corrections to preset retention times
  • Loading branch information
perexg committed Dec 3, 2015
1 parent 62b2fdb commit 31cf473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dvr/dvr.h
Expand Up @@ -131,12 +131,12 @@ typedef enum {
DVR_RET_2WEEK = 14,
DVR_RET_3WEEK = 21,
DVR_RET_1MONTH = (30+1),
DVR_RET_2MONTH = (60+1),
DVR_RET_2MONTH = (60+2),
DVR_RET_3MONTH = (90+2),
DVR_RET_6MONTH = (180+2),
DVR_RET_1YEAR = (365+1),
DVR_RET_2YEARS = (2*365+1),
DVR_RET_3YEARS = (3*366+1),
DVR_RET_3YEARS = (3*365+1),
DVR_RET_ONREMOVE = INT32_MAX-1, // for retention only
DVR_RET_SPACE = INT32_MAX-1, // for removal only
DVR_RET_FOREVER = INT32_MAX
Expand Down

0 comments on commit 31cf473

Please sign in to comment.