This PR adds a new config option to mark the server as read-only. When this option is set, the server will not allow any write operations. README and documentation have been updated to include this new option.
It can be toggled with --read-only or -r for short. Added similar tests to the existing ones to ensure that the config flag works as expected.
This PR adds a new config option to mark the server as read-only. When this option is set, the server will not allow any write operations. README and documentation have been updated to include this new option.
It can be toggled with
--read-only
or-r
for short. Added similar tests to the existing ones to ensure that the config flag works as expected.