Home
last modified time | relevance | path

Searched refs:timestamp_threshold (Results 1 – 1 of 1) sorted by relevance

/plugin/autotweet/
H A DOAuth.php482 protected $timestamp_threshold = 300; // in seconds, five minutes variable in OAuthServer
662 if (abs($now - $timestamp) > $this->timestamp_threshold) {