Bump event window
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-12-13 23:06:42 +02:00
parent 02d38d12ef
commit 3a5461b91e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ S3_BUCKET_NAME = os.getenv("S3_BUCKET_NAME", "camdetect")
MONGO_URI = os.getenv("MONGO_URI", "mongodb://127.0.0.1:27017/default")
MONGO_COLLECTION = os.getenv("MONGO_COLLECTION", "eventlog")
SOURCE_NAME = os.environ["SOURCE_NAME"]
SLIDE_WINDOW = 2
SLIDE_WINDOW = 4
DCT_BLOCK_SIZE = 8
UPLOAD_FRAMESKIP = 3
CLOCK_SKEW_TOLERANCE = timedelta(seconds=3)