debug: change the size outputs

This commit is contained in:
Alfred Kamanda 2026-02-03 14:23:21 +03:00
parent fd7b3af57c
commit 94b2eca186
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
LOAD clear_temporary_value 2 LOAD clear_temporary_value 2
RELOAD clear_temporary_value RELOAD clear_temporary_value
LOAD manage_vouchers 160 LOAD manage_vouchers 0
RELOAD manage_vouchers RELOAD manage_vouchers
CATCH api_failure flag_api_call_error 1 CATCH api_failure flag_api_call_error 1
LOAD calc_credit_debt 60 LOAD calc_credit_debt 60

View File

@ -7,7 +7,7 @@ CATCH blocked_account flag_account_blocked 1
CATCH select_language flag_language_set 0 CATCH select_language flag_language_set 0
CATCH terms flag_account_created 0 CATCH terms flag_account_created 0
CATCH create_pin flag_pin_set 0 CATCH create_pin flag_pin_set 0
LOAD check_account_status 0 LOAD check_account_status 40
RELOAD check_account_status RELOAD check_account_status
CATCH api_failure flag_api_call_error 1 CATCH api_failure flag_api_call_error 1
CATCH account_pending flag_account_pending 1 CATCH account_pending flag_account_pending 1