Parcourir la source

[importer_direct_upload_on] default value change to 'true'

ayush.goyal il y a 5 ans
Parent
commit
ba80d572cb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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