The interval, in milliseconds, at which Media Server checks the database for new training data.
When you train Media Server, the Media Server database is updated with new training data. However, Media Server does not use this training data in analysis operations until it has synchronized with the database.
To disable scheduled synchronization, set SyncInterval=0
. In this case you can force Media Server to synchronize with the database by running the actions SyncFaces, SyncDetectors, SyncObjects, and SyncClassifiers.
Tip: Process
actions can begin while synchronization is in progress. To ensure that synchronization is complete before a process
action starts, set SyncDatabase=TRUE
or run the action(s) SyncFaces, SyncDetectors, SyncObjects, and SyncClassifiers and wait for them to complete before sending the process
action.
Type: | Integer |
---|---|
Default: | 1000 |
Required: | No |
Configuration Section: | Database |
Example: | SyncInterval=60000
|
See Also: |
|