Skip to content

Commit f141b8b

Browse files
committed
webUI: fix max log age not work issue.
1 parent 156c8db commit f141b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/smartdns-ui/src/plugin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ impl SmartdnsPlugin {
151151

152152
pub fn start(&self, args: &Vec<String>) -> Result<(), Box<dyn Error>> {
153153
self.parser_args(args)?;
154+
self.load_config()?;
154155
self.data_server_ctl
155156
.init_db(&self.data_conf.lock().unwrap())?;
156157
self.load_config()?;

0 commit comments

Comments
 (0)