From 8cc04f70812b53101997e0485f902dd421ff5e0b Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 15 Nov 2017 11:53:49 +0000 Subject: [PATCH] Update docker-compose.extended.armhf.yml --- docker-compose.extended.armhf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.extended.armhf.yml b/docker-compose.extended.armhf.yml index 4bb0244a..a1437e03 100644 --- a/docker-compose.extended.armhf.yml +++ b/docker-compose.extended.armhf.yml @@ -9,6 +9,8 @@ services: networks: - functions environment: + read_timeout: 10 # set both here, and on your functions + write_timeout: 10 # 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