Skip to content

Commit

Permalink
Fix offline mode patch comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
secwall committed Jan 17, 2025
1 parent 027b7c2 commit 6f411ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkey_patches/0003_Add_offline_mode.patch
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ index d6dcd98fe..14e9e1fa9 100644
int get_ack_from_replicas; /* If true we send REPLCONF GETACK. */
int repl_paused; /* If true we don't try to connect to master */
+ /* Offline mode */
+ int offline; /* If true only localhost connectiona are accepted */
+ int offline; /* If true only localhost connections are accepted */
+ int offline_initial; /* Initial state of offline mode (from config) */
/* Limits */
unsigned int maxclients; /* Max number of simultaneous clients */
Expand Down

0 comments on commit 6f411ff

Please sign in to comment.