We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb036e commit 491b7d1Copy full SHA for 491b7d1
1 file changed
Framework/Core/src/DataProcessingDevice.cxx
@@ -56,7 +56,7 @@ constexpr unsigned int MIN_RATE_LOGGING = 60;
56
// This should result in a minimum of 10Hz which should guarantee we do not use
57
// much time when idle. We do not sleep at all when we are at less then 100us,
58
// because that's what the default rate enforces in any case.
59
-constexpr int MAX_BACKOFF = 10;
+constexpr int MAX_BACKOFF = 6;
60
constexpr int MIN_BACKOFF_DELAY = 100;
61
constexpr int BACKOFF_DELAY_STEP = 100;
62
0 commit comments