src/main/resources/application.conf
author Tomas Zeman <tzeman@volny.cz>
Thu, 19 Nov 2015 18:36:56 +0100
changeset 3 e8daf3ff497d
parent 2 04af787ba66f
permissions -rw-r--r--
Added settings.conf to repo (sbt has to be run twice on clean repo to run successfully)

include "settings.conf"

spray {
  can.client {
    idle-timeout = 90 s
    request-timeout = 80 s
    connection-timeout = 90 s
    response-chunk-aggregation-limit = 0
  }
  io.confirm-sends = on
}