mirror of
https://github.com/sadoyan/aralez.git
synced 2026-06-18 13:14:07 +08:00
Fixed #40
This commit is contained in:
@@ -87,6 +87,7 @@ impl BackgroundService for LB {
|
||||
if let Some(ss) = val {
|
||||
clone_dashmap_into(&ss.upstreams, &self.ump_full);
|
||||
clone_dashmap_into(&ss.upstreams, &self.ump_upst);
|
||||
clone_idmap_into(&ss.upstreams, &self.ump_byid);
|
||||
let current = self.extraparams.load_full();
|
||||
let mut new = (*current).clone();
|
||||
new.to_https = ss.extraparams.to_https;
|
||||
|
||||
Reference in New Issue
Block a user