You are here

protected property RemoteCalls::$default_rc in Anti Spam by CleanTalk 8.4

Same name and namespace in other branches
  1. 9.1.x src/lib/Cleantalk/Common/RemoteCalls.php \Cleantalk\Common\RemoteCalls::default_rc

Type: array

File

src/lib/Cleantalk/Common/RemoteCalls.php, line 25

Class

RemoteCalls

Namespace

Cleantalk\Common

Code

protected $default_rc = [
  'close_renew_banner' => [
    'last_call' => 0,
    'cooldown' => self::COOLDOWN,
  ],
  'sfw_update' => [
    'last_call' => 0,
    'cooldown' => self::COOLDOWN,
  ],
  'sfw_send_logs' => [
    'last_call' => 0,
    'cooldown' => self::COOLDOWN,
  ],
  'sfw_update__write_base' => [
    'last_call' => 0,
    'cooldown' => 0,
  ],
];