From 3711d86db8cdcf3af7e8c007e3108da82aafd7ce Mon Sep 17 00:00:00 2001 From: Patrick O'Doherty Date: Tue, 1 Mar 2016 20:39:31 -0800 Subject: [PATCH] Bump the doorbell timeout to 30 secons --- software/earl/gpioactions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/earl/gpioactions.go b/software/earl/gpioactions.go index 000ac89..1bb096c 100644 --- a/software/earl/gpioactions.go +++ b/software/earl/gpioactions.go @@ -20,7 +20,7 @@ const ( defaultDoorOpenRateLimit = 500 * time.Millisecond // Don't allow to ring more often than this. - defaultDoorbellRatelimit = 3 * time.Second + defaultDoorbellRatelimit = 30 * time.Second ) type GPIOActions struct {