Index: Utilities.c =================================================================== diff -u -r02ce4798ac06eda7cfd6768fd05e9a5971e66ce6 -rec333e3d50b94aae15581da1d54d030ed8110a00 --- Utilities.c (.../Utilities.c) (revision 02ce4798ac06eda7cfd6768fd05e9a5971e66ce6) +++ Utilities.c (.../Utilities.c) (revision ec333e3d50b94aae15581da1d54d030ed8110a00) @@ -419,7 +419,7 @@ timeWindowedCountCounts[ cnt ] = INC_CAP( timeWindowedCountCounts[ cnt ], timeWindowedCountsMaxCount[ cnt ] ); // check if too many instances within time window timeInMS = calcTimeSince( timeWindowedCounts[ cnt ][ timeWindowedCountIndexes[ cnt ] ] ); - if ( ( timeWindowedCountCounts[ cnt ] >= timeWindowedCountsMaxCount[ cnt ] ) && ( timeInMS <= timeWindowedCountsWindowMs[ cnt ] ) ) // Force for testing ONLY. TODO: uncomment - DN-19SEPT2022 + if ( ( timeWindowedCountCounts[ cnt ] >= timeWindowedCountsMaxCount[ cnt ] ) && ( timeInMS <= timeWindowedCountsWindowMs[ cnt ] ) ) { result = TRUE; }