mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
Fix MQTT test that was not setting MaxStore
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
@@ -865,6 +865,7 @@ func testMQTTEnableJSForAccount(t *testing.T, s *Server, accName string) {
|
||||
MaxConsumers: -1,
|
||||
MaxStreams: -1,
|
||||
MaxMemory: 1024 * 1024,
|
||||
MaxStore: 1024 * 1024,
|
||||
}
|
||||
if err := acc.EnableJetStream(limits); err != nil {
|
||||
t.Fatalf("Error enabling JS: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user