update deps

This commit is contained in:
Umputun
2019-10-27 13:57:10 -05:00
parent 6ad2263859
commit eb67ba85d1
575 changed files with 71679 additions and 21828 deletions
+1 -1
View File
@@ -494,7 +494,7 @@ func (s *ServerCommand) makePicturesStore() (*image.Service, error) {
return nil, err
}
return &image.Service{
Store: boltImageStore,
Store: boltImageStore,
ImageAPI: s.RemarkURL + "/api/v1/picture/",
TTL: 5 * s.EditDuration, // add extra time to image TTL for staging
}, nil