diff --git a/eva/settings.py b/eva/settings.py index d25045f..ef20ef4 100644 --- a/eva/settings.py +++ b/eva/settings.py @@ -22,6 +22,11 @@ # the frames are added to the previous chunk instead. MIN_FINAL_CHUNK_SIZE = VIDEO_CHUNK_SIZE // 2 +#This setting disables post request truncation +# which removes the limit on how many vehicles you an add +#to a track +DATA_UPLOAD_MAX_MEMORY_SIZE = None + # Defines extra bounding box scaling before tracking TRACKER_SCALING = 2