mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-30 11:45:48 +00:00
Bump the limit to 1mb
This commit is contained in:
parent
ab2d0cdf6d
commit
e0b1d6877b
@ -1282,7 +1282,7 @@ class ProcessInstanceProcessor:
|
||||
return
|
||||
|
||||
task_data_len = len(json.dumps(task_data_to_check))
|
||||
task_data_limit = 1024
|
||||
task_data_limit = 1024**2
|
||||
|
||||
if task_data_len > task_data_limit:
|
||||
raise (
|
||||
|
Loading…
x
Reference in New Issue
Block a user