0 追蹤者

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

屬性詳情

隱藏繼承的屬性

$retryDelay public 屬性 (自版本 2.0.16 起可用)

acquire() 中每次嘗試之間的毫秒數,直到指定的超時時間結束。預設值為 50 毫秒 - 這表示 acquire() 可能每秒嘗試獲取鎖最多 20 次。

public integer $retryDelay 50