src/main/resources/application.conf
changeset 0 a279a342bc78
child 2 04af787ba66f
equal deleted inserted replaced
-1:000000000000 0:a279a342bc78
       
     1 spray {
       
     2   can.client {
       
     3     idle-timeout = 90 s
       
     4     request-timeout = 80 s
       
     5     connection-timeout = 90 s
       
     6     response-chunk-aggregation-limit = 0
       
     7   }
       
     8   io.confirm-sends = on
       
     9 }