Try temporarily storing large sync responses to disk to reduce memory usage
This commit is contained in:
@ -427,6 +427,7 @@ func (c *Container) Start() {
|
||||
|
||||
debug.Print("Starting sync...")
|
||||
c.running = true
|
||||
c.client.StreamSyncMinAge = 30 * time.Minute
|
||||
for {
|
||||
select {
|
||||
case <-c.stop:
|
||||
|
Reference in New Issue
Block a user