Skip to content

Commit

Permalink
feat: keep maintenance mode off
Browse files Browse the repository at this point in the history
  • Loading branch information
sumandas0 committed May 6, 2024
1 parent 1b84c26 commit 71b757f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public enum AtlasConfiguration {

INDEXSEARCH_ASYNC_SEARCH_KEEP_ALIVE_TIME_IN_SECONDS("atlas.indexsearch.async.search.keep.alive.time.in.seconds", 300),

ATLAS_MAINTENANCE_MODE("atlas.maintenance.mode", true);
ATLAS_MAINTENANCE_MODE("atlas.maintenance.mode", false);


private static final Configuration APPLICATION_PROPERTIES;
Expand Down

0 comments on commit 71b757f

Please sign in to comment.