...
 
Commits (4)
......@@ -118,7 +118,7 @@ class feed implements Interfaces\Api
$ttl = 1800; // 30 minutes
if (($next / 1000) < strtotime('48 hours ago')) {
$ttl = 30; // 0.5 minutes;
$ttl = 300; // 5 minutes;
}
$cacher->set(Core\Session::getLoggedinUser()->guid . ':boost-offset-rotator', $next, $ttl);
......
......@@ -351,8 +351,8 @@ $CONFIG->set('blockchain', [
'wallet_pkey' => '',
],
'wire' => [
'plus_address' => '',
'plus_guid' => '',
'plus_address' => '',
'plus_guid' => '', // Your plus user's guid.
'contract_address' => '0x4b637bba81d24657d4c6acc173275f3e11a8d5d7',
'wallet_address' => '0x4CDc1C1fd1A3F4DD63231afF8c16501BcC11Df95',
'wallet_pkey' => '',
......