summaryrefslogtreecommitdiff
path: root/src/item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.cc')
-rw-r--r--src/item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.cc b/src/item.cc
index 4ddbe913..33c3110c 100644
--- a/src/item.cc
+++ b/src/item.cc
@@ -543,7 +543,7 @@ string item_context(const item_t& item, const string& desc)
if (! (len > 0))
return empty_string;
- assert(len < 8192);
+ assert(len < 1024 * 1024);
std::ostringstream out;