feat[Go]: monitoring NATs and refactoring concurrency logic (#18049)

### Summary

As title
This commit is contained in:
Haruko386
2026-08-11 14:36:11 +08:00
committed by GitHub
parent 25b579ac6c
commit dd52dee600
31 changed files with 3917 additions and 285 deletions

View File

@@ -25,7 +25,7 @@ type SyncerConfig struct {
func (c *Config) ParseSyncerConfig(v *viper.Viper) error {
// Default Syncer config
c.syncer.MaxConcurrentSyncs = 1
c.syncer.MaxConcurrentSyncs = 5
c.syncer.SyncInterval = 3
if !v.IsSet("file_syncer") {