Skip to content

Commit 7207046

Browse files
committed
Revert last commit - make lowlatency not default
1 parent aaf9113 commit 7207046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tso-server/src/main/resources/default-omid-server-configuration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ batchPersistTimeoutInMs: 10
4444
# INCREMENTAL - [Default] regular counter
4545
# WORLD_TIME - world time based counter
4646
timestampType: INCREMENTAL
47-
lowLatency: true
47+
lowLatency: false
4848
# Default module configuration (No TSO High Availability & in-memory storage for timestamp and commit tables)
4949
timestampStoreModule: !!org.apache.omid.tso.InMemoryTimestampStorageModule [ ]
5050
commitTableStoreModule: !!org.apache.omid.tso.InMemoryCommitTableStorageModule [ ]

0 commit comments

Comments
 (0)