mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
Fix freeing up S3 mounts
This commit is contained in:
@@ -1342,6 +1342,9 @@ func (a *api) stop() {
|
||||
a.cache = nil
|
||||
}
|
||||
|
||||
// Free the S3 mounts
|
||||
a.s3fs = map[string]fs.Filesystem{}
|
||||
|
||||
// Stop the SRT server
|
||||
if a.srtserver != nil {
|
||||
a.log.logger.srt.Info().Log("Stopping ...")
|
||||
|
Reference in New Issue
Block a user