From: Eric Bollengier Date: Tue, 9 Aug 2022 13:39:27 +0000 (+0200) Subject: Add variable to size variable with edit_int64() X-Git-Tag: Beta-15.0.0~536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ad2a67fe3f280edb18f3a17b8b4b030cf6889a;p=thirdparty%2Fbacula.git Add variable to size variable with edit_int64() --- diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h index 59542bd63..e0ee4731a 100644 --- a/bacula/src/baconfig.h +++ b/bacula/src/baconfig.h @@ -238,6 +238,13 @@ void InitWinAPIWrapper(); */ #define DEFAULT_NETWORK_BUFFER_SIZE (64 * 1024) + +/* + * Size of a buffer when editing numbers via edit_uint64/edit_int + * Normally, it's around 20. + */ +#define SIZE_EDIT_INT 50 + /** * Tape label types -- stored in catalog */