Explorar o código

[importer_direct_upload_on] default value change to 'true'

ayush.goyal %!s(int64=4) %!d(string=hai) anos
pai
achega
ba80d572cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/libs/indexer/src/indexer/conf.py

+ 1 - 1
desktop/libs/indexer/src/indexer/conf.py

@@ -148,7 +148,7 @@ ENABLE_DIRECT_UPLOAD = Config(
   key="enable_direct_upload",
   help=_t("Flag to turn on the direct upload of a small file."),
   type=bool,
-  default=False
+  default=True
 )
 
 # Unused