fix: set Timeout for detecting outdated filename foramt

This commit is contained in:
Tienson Qin
2022-11-28 09:39:33 +08:00
parent 98b0208252
commit 5f1d4aaeec
2 changed files with 9 additions and 6 deletions

View File

@@ -307,8 +307,7 @@
(def default-config
"Default config for a repo-specific, user config"
{:feature/enable-search-remove-accents? true
:default-arweave-gateway "https://arweave.net"
:file/name-format :triple-lowbar})
:default-arweave-gateway "https://arweave.net"})
;; State that most user config is dependent on
(declare get-current-repo sub set-state!)