src/main/resources/application.conf
author Tomas Zeman <tzeman@volny.cz>
Thu, 05 May 2016 16:26:07 +0200
changeset 5 141e76d946e3
parent 2 04af787ba66f
permissions -rw-r--r--
CouchStream: process entity as UTF-8

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
}