Trait yii\mutex\RetryAcquireTrait
實作於 | yii\mutex\FileMutex, yii\mutex\PgsqlMutex |
---|---|
自版本起可用 | 2.0.16 |
原始碼 | https://github.com/yiisoft/yii2/blob/master/framework/mutex/RetryAcquireTrait.php |
Trait RetryAcquireTrait。
公共屬性
屬性 | 類型 | 描述 | 定義於 |
---|---|---|---|
$retryDelay | integer | 在 acquire() 中每次嘗試之間的毫秒數,直到指定的超時時間結束。 | yii\mutex\RetryAcquireTrait |
屬性詳情
在 acquire() 中每次嘗試之間的毫秒數,直到指定的超時時間結束。預設值為 50 毫秒 - 這表示 acquire() 可能每秒嘗試獲取鎖最多 20 次。
註冊 或 登入 以發表評論。