Searched refs:hung_check_period (Results 1 – 2 of 2) sorted by relevance
586 hung_check_period=100, # every 100 requests check for hung workers argument623 self.hung_check_period = hung_check_period645 if self.hung_check_period:647 if self.requests_since_last_hung_check > self.hung_check_period:
68 conditions. This happens every ``hung_check_period`` requests117 threads will keep increasing. At 100 the ``hung_check_period`` may