From 2988152f5f3652a4fc83a0b6f2e3c4ca835a4460 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 20 Nov 2009 15:23:07 +0100 Subject: bump text size threshold 1k -> 2k Signed-off-by: Denys Vlasenko --- lib/Utils/make_descr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Utils/make_descr.cpp') diff --git a/lib/Utils/make_descr.cpp b/lib/Utils/make_descr.cpp index c4cc3f35..7f60c90f 100644 --- a/lib/Utils/make_descr.cpp +++ b/lib/Utils/make_descr.cpp @@ -52,7 +52,7 @@ static void add_content(bool &was_multiline, string& description, const char *he } /* Text attachments smaller than this will be also included in descrition */ -#define INLINE_TEXT_ATT_SIZE 1024 +#define INLINE_TEXT_ATT_SIZE (2*1024) string make_description_bz(const map_crash_report_t& pCrashReport) { -- cgit