From 0914217769d327b782a29e6e58cefc4cb061ee7e Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Wed, 26 Mar 2025 14:33:23 +0300 Subject: [PATCH] increase the size limit for the manage_vouchers --- services/registration/main.vis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/registration/main.vis b/services/registration/main.vis index e934ec9..cda6844 100644 --- a/services/registration/main.vis +++ b/services/registration/main.vis @@ -1,7 +1,7 @@ LOAD clear_temporary_value 2 RELOAD clear_temporary_value -LOAD manage_vouchers 0 -RELOAD check_vouchers +LOAD manage_vouchers 160 +RELOAD manage_vouchers LOAD check_balance 128 RELOAD check_balance CATCH api_failure flag_api_call_error 1