mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 00:24:36 +02:00
6 lines
123 B
C++
6 lines
123 B
C++
namespace sync_config
|
|
{
|
|
// Number of times we try to re-sync in case of failure.
|
|
const int SYNC_RETRY_LIMIT = 3;
|
|
}
|