From 97d940277414e6fd8de32a9f39e0a73fe77fe2ac Mon Sep 17 00:00:00 2001 From: Kota Tsuyuzaki Date: Wed, 21 Dec 2016 21:18:53 -0800 Subject: [PATCH] Add storlet_timeout to gateway conf samples This is a follow up for patch 407559 TrivialFix Change-Id: I3b8dd1bf973d0961b219a47003f888da0bc1efee --- etc/storlet-docker-gateway.conf-sample | 1 + etc/storlet-stub-gateway.conf-sample | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/storlet-docker-gateway.conf-sample b/etc/storlet-docker-gateway.conf-sample index 8780bb72..04811d22 100644 --- a/etc/storlet-docker-gateway.conf-sample +++ b/etc/storlet-docker-gateway.conf-sample @@ -7,3 +7,4 @@ storlets_dir = /home/docker_device/storlets/scopes pipes_dir = /home/docker_device/pipes/scopes docker_repo = localhost:5001 restart_linux_container_timeout = 3 +storlet_timeout = 40 diff --git a/etc/storlet-stub-gateway.conf-sample b/etc/storlet-stub-gateway.conf-sample index 15360bc8..0d7f88b9 100644 --- a/etc/storlet-stub-gateway.conf-sample +++ b/etc/storlet-stub-gateway.conf-sample @@ -1,3 +1,3 @@ [DEFAULT] dummy_content = bbbb - +storlet_timeout = 40