Remove deprecated option

This commit is contained in:
Neil Alexander 2022-02-17 10:09:53 +00:00
parent 349b1f101f
commit 681df0f728
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -29,7 +29,6 @@ func Prepare(cfg *config.JetStream) natsclient.JetStreamContext {
JetStream: true,
StoreDir: string(cfg.StoragePath),
NoSystemAccount: true,
AllowNewAccounts: false,
MaxPayload: 16 * 1024 * 1024,
})
if err != nil {