From 9a00cc148c3892c28f9902d677663e3e3797e67d Mon Sep 17 00:00:00 2001 From: Alexander van Amesfoort <amesfoort@astron.nl> Date: Mon, 16 Jun 2014 13:40:34 +0000 Subject: [PATCH] Task #5830: increase PVSSGateway dynarray expandSize for #subbands. Acked by Ruud. --- MAC/APL/CURTDBDaemons/src/PVSSGateway/PVSSGateway.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAC/APL/CURTDBDaemons/src/PVSSGateway/PVSSGateway.conf b/MAC/APL/CURTDBDaemons/src/PVSSGateway/PVSSGateway.conf index c88c72b4611..becae0a566b 100644 --- a/MAC/APL/CURTDBDaemons/src/PVSSGateway/PVSSGateway.conf +++ b/MAC/APL/CURTDBDaemons/src/PVSSGateway/PVSSGateway.conf @@ -16,5 +16,5 @@ removalDelay = 30 flushInterval = 5 # Max number of elements a dynArray may be expanded to when the element-index of the update request is -# larger than the dynArray size in the database. Default value 100. -expandSize = 100 +# larger than the dynArray size in the database. Default value 966 (= Cobalt max #subbands (4 bit mode)). +expandSize = 966 -- GitLab