Przeglądaj źródła

[importer_direct_upload_on] default value change to 'true'

ayush.goyal 4 lat temu
rodzic
commit
ba80d572cb
1 zmienionych plików z 1 dodań i 1 usunięć
  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