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:
adiholden 2024-02-19 17:20:48 +02:00 committed by GitHub
parent 58dda3bc4b
commit 15b3fb13b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 145 additions and 91 deletions

View file

@ -154,7 +154,6 @@ struct SearchStats {
enum class GlobalState : uint8_t {
ACTIVE,
LOADING,
SAVING,
SHUTTING_DOWN,
TAKEN_OVER,
};