one more try
This commit is contained in:
parent
accd79c81f
commit
bb5df9896a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ func reflectorCmd(cmd *cobra.Command, args []string) {
|
||||||
|
|
||||||
// flip this flag to false when doing db maintenance. uploads will not work (as reflector server wont be running)
|
// flip this flag to false when doing db maintenance. uploads will not work (as reflector server wont be running)
|
||||||
// but downloads will still work straight from s3
|
// but downloads will still work straight from s3
|
||||||
useDB := false
|
useDB := true
|
||||||
|
|
||||||
var reflectorServer *reflector.Server
|
var reflectorServer *reflector.Server
|
||||||
var blobStore store.BlobStore = s3
|
var blobStore store.BlobStore = s3
|
||||||
|
|
Loading…
Reference in a new issue