Searched refs:MAX_RETRIES (Results 1 – 2 of 2) sorted by relevance
43 public const MAX_RETRIES = 3; define in dokuwiki\\plugin\\aichat\\Model\\AbstractModel298 if ($retry < self::MAX_RETRIES) {323 if ($retry < self::MAX_RETRIES) {
66 - Handles API communication with retry logic (MAX_RETRIES = 3)