From 368bd1680d2bd4ee7a4568e0efc92595533d3acb Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Sun, 11 Feb 2018 00:43:47 +0530 Subject: [PATCH] update read/write timeout config in seconds Signed-off-by: Vivek Singh updated gateway image tag to new release version --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6631178e..f1277cdf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,8 +8,8 @@ services: - functions environment: functions_provider_url: "http://faas-swarm:8080/" - read_timeout: 10 # set both here, and on your functions - write_timeout: 10 # set both here, and on your functions + read_timeout: 10s # set both here, and on your functions + write_timeout: 10s # set both here, and on your functions dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD faas_nats_address: "nats" faas_nats_port: 4222