From c24791606c025bf4d4597bbd252983804b3e083a Mon Sep 17 00:00:00 2001 From: Tom Artale Date: Thu, 26 Mar 2015 21:27:40 -0600 Subject: [PATCH] Updated for clipboard --- protofiles/VitalsClientConfig.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protofiles/VitalsClientConfig.proto b/protofiles/VitalsClientConfig.proto index b7b94abd9392ed..90bcd574a6a3b9 100644 --- a/protofiles/VitalsClientConfig.proto +++ b/protofiles/VitalsClientConfig.proto @@ -7,7 +7,7 @@ message VitalsClientConfig { optional string host = 1; optional string region = 2; optional string service = 3; - optional string insertInputQueue = 4; + optional string pulseQueue = 4; optional string accumulatorQueue = 5; - optional int64 defaultSecsToAccumulate = 6; + optional int32 defaultSecsToAccumulate = 6; }