Update On Fri Apr 26 20:27:55 CEST 2024

This commit is contained in:
github-action[bot]
2024-04-26 20:27:56 +02:00
parent 21f49f5dec
commit 0493652c70
114 changed files with 2762 additions and 828 deletions

View File

@@ -152,7 +152,7 @@ func (xs *XrayServer) Start(ctx context.Context) error {
return
case <-ticker.C:
newCfg := config.NewConfig(xs.cfg.PATH)
if err := newCfg.LoadConfig(); err != nil {
if err := newCfg.LoadConfig(false); err != nil {
// TODO refine
xs.l.Error("Reload Config meet error will retry in next loop", zap.Error(err))
continue