Fixed syntax error

This commit is contained in:
Saxon1 2018-04-24 15:19:53 +09:30
parent d8a103c4d3
commit 719cbe3a9a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ const (
cameraRetryPeriod = 5 * time.Second
sendFailedDelay = 5
maxSendFailedErrorCount = 500
clipsSizeThreshold = 11
clipSizeThreshold = 11
)
// Log Types