mirror of https://bitbucket.org/ausocean/av.git
Fixed syntax error
This commit is contained in:
parent
d8a103c4d3
commit
719cbe3a9a
|
@ -73,7 +73,7 @@ const (
|
|||
cameraRetryPeriod = 5 * time.Second
|
||||
sendFailedDelay = 5
|
||||
maxSendFailedErrorCount = 500
|
||||
clipsSizeThreshold = 11
|
||||
clipSizeThreshold = 11
|
||||
)
|
||||
|
||||
// Log Types
|
||||
|
|
Loading…
Reference in New Issue