Skip to content

Commit

Permalink
Remove reload from storage registry
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Jan 24, 2024
1 parent c5f1955 commit b762684
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ public interface StorageRegistry extends Registry<Nameable, Storage> {
* @return Returns a future which completes once all underlying processes complete
*/
CompletableFuture<Void> migrate(Nameable source, Nameable target);

void reload();
}
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ public void onPostStart() throws Throwable {

public void reload() {
schematics.reload();
storageRegistry.reload();
configuration.reload();
renderService.restart();
}
Expand Down

0 comments on commit b762684

Please sign in to comment.