Skip to content

Commit

Permalink
Increase the timeout even more
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaaad committed Apr 9, 2024
1 parent 154a585 commit ecdec42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/clj/editor/library.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
(set! *warn-on-reflection* true)

(def ^:const connect-timeout 2000)
(def ^:const read-timeout 5000)
(def ^:const read-timeout 15000)

(defn parse-library-uris [uri-string]
(settings-core/parse-setting-value {:type :list :element {:type :url}} uri-string))
Expand Down

0 comments on commit ecdec42

Please sign in to comment.