diff options
author | Egon Valdmees | 2011-03-22 14:38:46 +0000 |
---|---|---|
committer | Egon Valdmees | 2011-03-22 14:38:46 +0000 |
commit | 4a1869fbf473a1ebf283c37b7e0b3e451790facd (patch) | |
tree | 116efd0e758247fa036c0e8ba414ff5563955d3c /python | |
parent | ac8785753fefb2aed5975a3fc70d4de7268f33ec (diff) |
generated handlers have keep_latest as default row_mode
Diffstat (limited to 'python')
-rw-r--r-- | python/londiste/handlers/dispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/londiste/handlers/dispatch.py b/python/londiste/handlers/dispatch.py index b93651e2..cdb6086c 100644 --- a/python/londiste/handlers/dispatch.py +++ b/python/londiste/handlers/dispatch.py @@ -838,7 +838,7 @@ MODE = { 'event': { 'part_mode': 'event_time' }, 'time': { 'part_mode': 'current_time' }, } BASE = { 'table_mode': 'part', - 'row_mode': 'plain', + 'row_mode': 'keep_latest', } # build set of handlers with different default values for easier use |