mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
improve Nexus boot
This commit is contained in:
@@ -98,7 +98,7 @@ class Peer extends NexusModel
|
||||
} else {
|
||||
$this->connectable = self::CONNECTABLE_NO;
|
||||
}
|
||||
Cache::put($cacheKey, $this->connectable, 600);
|
||||
Cache::put($cacheKey, $this->connectable, 3600);
|
||||
$log .= ", do check, connectable: " . $this->connectable;
|
||||
} else {
|
||||
$log .= ", don't do check";
|
||||
|
||||
Reference in New Issue
Block a user