Skip to content

Commit

Permalink
fix(proxy): reload config on proxy reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Jun 16, 2024
1 parent c52b24b commit bb2faef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ protected void onShutdown() {
}

protected void onProxyConfigReload() {
remoteServerManager.clear();
loadConfig(true);
}

public void loadConfig(boolean reload) {
Expand Down

0 comments on commit bb2faef

Please sign in to comment.