Default value of `:timeout`

datomic.client.api documentation NS doc string mentions a common :timeout key, but doesn’t state its default value or values for the functions using it.

We are still experiencing Loading database errors, so I was wondering, whether I can work around those by applying some :timeouts

ExceptionInfo: Loading database
    at datomic.client.api.async/ares(async.clj:58)
    at datomic.client.api.async/ares(async.clj:54)
    at datomic.client.api.sync/eval69734/fn--69739(sync.clj:119)
    at datomic.client.api.protocols/fn--13421/G--13362--13428(protocols.clj:72)
    at datomic.client.api/transact(api.clj:227)
    at datomic.client.api/transact(api.clj:188)
    at clojure.core/apply(core.clj:667)
    at clojure.core/apply(core.clj:662)
    at richelieu.core/apply-advice(core.clj:13)
    at richelieu.core/apply-advice(core.clj:7)
    at richelieu.core/apply-advice/fn--22858(core.clj:11)
    at ginoco.datomic.api/transact-instants(api.clj:34)
    at ginoco.datomic.api/transact-instants(api.clj:28)
...