Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Framework/Core/src/DataProcessingDevice.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ constexpr unsigned int MIN_RATE_LOGGING = 60;
// This should result in a minimum of 10Hz which should guarantee we do not use
// much time when idle. We do not sleep at all when we are at less then 100us,
// because that's what the default rate enforces in any case.
constexpr int MAX_BACKOFF = 10;
constexpr int MAX_BACKOFF = 6;
constexpr int MIN_BACKOFF_DELAY = 100;
constexpr int BACKOFF_DELAY_STEP = 100;

Expand Down