Release
[3.104.0-rc7]
Fixed
- Saving main config via Web:
FileConfigManager.UpdateConfigused to callnotifyNewsMonitorRuntimeSyncwhile holding the global config write lock, which could block for many seconds and slow APIs such asPUT /api/bots/:id/strategy. Release the lock before synchronizing the news monitor.