Sfoglia il codice sorgente

[importer] disabling the direct upload by default (#2890)

Ayush Goyal 3 anni fa
parent
commit
878a4bffe2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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",
   key="enable_direct_upload",
   help=_t("Flag to turn on the direct upload of a small file."),
   help=_t("Flag to turn on the direct upload of a small file."),
   type=coerce_bool,
   type=coerce_bool,
-  default=True
+  default=False
 )
 )
 
 
 # Unused
 # Unused