Configure max-connections to backing storage?

I was asked…

My participant config has an entry for this:

canton.participants.participant1.storage.max-connections

But the docs have this:

canton.participants.participant1.storage.parameters.max-connections

Are these different? What’s going on?

The max-connections configuration was moved. If you look in your participant logs, you will see this:

Config field at storage.max-connections is deprecated.
Please use the following path(s) instead:
storage.parameters.max-connections.
1 Like

And if you see this in the logs…

Failures are at
'canton.participants.participant1.storage.max-connections':
Unknown key.

… it is because it has been moved to…

canton.participants.participant1.storage.parameters.max-connections