Skip to content
Snippets Groups Projects
Commit a6cae2d7 authored by ribeaudc's avatar ribeaudc
Browse files

[DMV-15] change: - Remove dots from properties.

- Allow properties to be overwritten by command line parameters.
add: - More Unit tests.

SVN: 6309
parent 6df63950
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ incoming-dir = ../data/in-analysis
buffer-dir = data/buffer
# Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is
# specified or if value is negative, the system will not be watching.
buffer-dir.highwater-mark = 1048576
buffer-dir-highwater-mark = 1048576
outgoing-dir = ../data/out-analysis
# outgoing-dir.highwater-mark = 1048576
# outgoing-dir-highwater-mark = 1048576
manual-intervention-dir = data/manual_intervention
# time interval between two checks in seconds
check-interval = 2
......
......@@ -2,9 +2,9 @@ incoming-dir = ../data/in-raw
buffer-dir = data/buffer
# Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is
# specified or if value is negative, the system will not be watching.
buffer-dir.highwater-mark = 1048576
buffer-dir-highwater-mark = 1048576
outgoing-dir = ../data/out-raw
# outgoing-dir.highwater-mark = 1048576
# outgoing-dir-highwater-mark = 1048576
manual-intervention-dir = data/manual_intervention
extra-copy-dir = ../data/analysis-copy
treat-incoming-as-remote = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment