mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-30 23:08:40 +08:00
File watcher improvements
This commit is contained in:
@@ -54,14 +54,10 @@ impl BackgroundService for LB {
|
||||
clone_dashmap_into(&ss.upstreams, &self.ump_full);
|
||||
clone_dashmap_into(&ss.upstreams, &self.ump_upst);
|
||||
self.proxyconf.clear();
|
||||
|
||||
// println!(" ====> {:?}", self.extraparams);
|
||||
{
|
||||
let mut write_guard = self.extraparams.write().await;
|
||||
write_guard.stickysessions = ss.extraparams.stickysessions;
|
||||
}
|
||||
// println!(" ====> {:?}", self.extraparams);
|
||||
|
||||
match ss.globals {
|
||||
Some(globals) => {
|
||||
for (k,v) in globals {
|
||||
|
||||
Reference in New Issue
Block a user