Replace "closed" with "inclusive" in config.
This commit is contained in:
parent
9f71af89ad
commit
2e84bd484d
@ -26,7 +26,7 @@ clustering:
|
|||||||
snapshots:
|
snapshots:
|
||||||
start: "2013-01-01"
|
start: "2013-01-01"
|
||||||
end: "2014-01-01"
|
end: "2014-01-01"
|
||||||
closed: 'left' # end is not inclusive
|
inclusive: 'left' # include start, not end
|
||||||
|
|
||||||
enable:
|
enable:
|
||||||
prepare_links_p_nom: false
|
prepare_links_p_nom: false
|
||||||
|
@ -26,7 +26,7 @@ clustering:
|
|||||||
snapshots:
|
snapshots:
|
||||||
start: "2013-03-01"
|
start: "2013-03-01"
|
||||||
end: "2013-04-01"
|
end: "2013-04-01"
|
||||||
closed: 'left' # end is not inclusive
|
inclusive: 'left' # include start, not end
|
||||||
|
|
||||||
enable:
|
enable:
|
||||||
prepare_links_p_nom: false
|
prepare_links_p_nom: false
|
||||||
|
@ -25,7 +25,7 @@ clustering:
|
|||||||
snapshots:
|
snapshots:
|
||||||
start: "2013-03-01"
|
start: "2013-03-01"
|
||||||
end: "2013-03-08"
|
end: "2013-03-08"
|
||||||
closed: 'left' # end is not inclusive
|
inclusive: 'left' # include start, not end
|
||||||
|
|
||||||
enable:
|
enable:
|
||||||
prepare_links_p_nom: false
|
prepare_links_p_nom: false
|
||||||
|
Loading…
Reference in New Issue
Block a user