Skip to content

Commit

Permalink
Merge pull request #543 from instedd/increased-xhr-timeout
Browse files Browse the repository at this point in the history
Increased timeout
  • Loading branch information
hdf1996 authored May 29, 2019
2 parents be1864c + 5708885 commit aef047a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planwise/client/effects.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
(.Intercom js/window "shutdown"))))

(def default-xhrio-options
{:timeout 10000
{:timeout 30000
:format (ajax/json-request-format)
:response-format (ajax/json-response-format {:keywords? true})})

Expand Down

0 comments on commit aef047a

Please sign in to comment.