We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf9113 commit 7207046Copy full SHA for 7207046
1 file changed
tso-server/src/main/resources/default-omid-server-configuration.yml
@@ -44,7 +44,7 @@ batchPersistTimeoutInMs: 10
44
# INCREMENTAL - [Default] regular counter
45
# WORLD_TIME - world time based counter
46
timestampType: INCREMENTAL
47
-lowLatency: true
+lowLatency: false
48
# Default module configuration (No TSO High Availability & in-memory storage for timestamp and commit tables)
49
timestampStoreModule: !!org.apache.omid.tso.InMemoryTimestampStorageModule [ ]
50
commitTableStoreModule: !!org.apache.omid.tso.InMemoryCommitTableStorageModule [ ]
0 commit comments