mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
fix(server): saving is not a server state (#2613)
* fix(server): saving is not a server state Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
58dda3bc4b
commit
15b3fb13b6
11 changed files with 145 additions and 91 deletions
|
@ -154,7 +154,6 @@ struct SearchStats {
|
|||
enum class GlobalState : uint8_t {
|
||||
ACTIVE,
|
||||
LOADING,
|
||||
SAVING,
|
||||
SHUTTING_DOWN,
|
||||
TAKEN_OVER,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue