Skip to content

Commit

Permalink
Revert "change feature order so that ServerIdFeature is before Replic…
Browse files Browse the repository at this point in the history
…ationFeature (#13743)"

This reverts commit 48dba7d.
  • Loading branch information
jsteemann committed Mar 22, 2021
1 parent 5c75610 commit 0b0a597
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arangod/Replication/ReplicationFeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include "Rest/GeneralResponse.h"
#include "RestServer/DatabaseFeature.h"
#include "RestServer/MetricsFeature.h"
#include "RestServer/ServerIdFeature.h"
#include "RestServer/SystemDatabaseFeature.h"
#include "StorageEngine/StorageEngineFeature.h"
#include "VocBase/vocbase.h"
Expand Down Expand Up @@ -98,7 +97,6 @@ ReplicationFeature::ReplicationFeature(ApplicationServer& server)
startsAfter<BasicFeaturePhaseServer>();

startsAfter<DatabaseFeature>();
startsAfter<ServerIdFeature>();
startsAfter<StorageEngineFeature>();
startsAfter<SystemDatabaseFeature>();
}
Expand Down

0 comments on commit 0b0a597

Please sign in to comment.