Index: Utilities.c =================================================================== diff -u -recc85c907d2c63112d5ee60e971fc30a64682fde -r405af1e8fda2111f8d4ad15cfa63d7dab7168990 --- Utilities.c (.../Utilities.c) (revision ecc85c907d2c63112d5ee60e971fc30a64682fde) +++ Utilities.c (.../Utilities.c) (revision 405af1e8fda2111f8d4ad15cfa63d7dab7168990) @@ -439,7 +439,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; }