From 45a07463fb84d182d1aac9970d712abc4773bcb5 Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Sun, 5 Feb 2023 10:21:56 +0000 Subject: [PATCH] Change max timeout to 20 seconds for default invoice report --- libgnucash/engine/gnc-optiondb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/engine/gnc-optiondb.cpp b/libgnucash/engine/gnc-optiondb.cpp index cb13ed7b93..b62436d162 100644 --- a/libgnucash/engine/gnc-optiondb.cpp +++ b/libgnucash/engine/gnc-optiondb.cpp @@ -1283,7 +1283,7 @@ gnc_option_db_book_options(GncOptionDB* odb) gnc_register_number_range_option(odb, business_section, OPTION_NAME_DEFAULT_INVOICE_REPORT_TIMEOUT, "e2", N_("Length of time to change the used invoice report. A value of 0 means disabled."), - 0.0, 0.0, 10.0, 1.0); + 0.0, 0.0, 20.0, 1.0); gnc_register_taxtable_option(odb, business_section, N_("Default Customer TaxTable"), "f1", N_("The default tax table to apply to customers."),