mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
remove event durability (#9147)
* remove event durability temporarily removing go-memdb event durability until a new strategy is developed on how to best handled increased durability needs * drop events table schema and state store methods * fix neweventbuffer invocations
This commit is contained in:
1
command/agent/testdata/basic.hcl
vendored
1
command/agent/testdata/basic.hcl
vendored
@@ -132,7 +132,6 @@ server {
|
||||
raft_multiplier = 4
|
||||
enable_event_broker = false
|
||||
event_buffer_size = 200
|
||||
durable_event_count = 0
|
||||
|
||||
server_join {
|
||||
retry_join = ["1.1.1.1", "2.2.2.2"]
|
||||
|
||||
Reference in New Issue
Block a user