Index: Utilities.c =================================================================== diff -u -r5846ff450c26de04b388c2636964a9116ccb6e9d -r02ce4798ac06eda7cfd6768fd05e9a5971e66ce6 --- Utilities.c (.../Utilities.c) (revision 5846ff450c26de04b388c2636964a9116ccb6e9d) +++ Utilities.c (.../Utilities.c) (revision 02ce4798ac06eda7cfd6768fd05e9a5971e66ce6) @@ -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 ] ) ) + if ( ( timeWindowedCountCounts[ cnt ] >= timeWindowedCountsMaxCount[ cnt ] ) && ( timeInMS <= timeWindowedCountsWindowMs[ cnt ] ) ) // Force for testing ONLY. TODO: uncomment - DN-19SEPT2022 { result = TRUE; }