change rtime to numerical to avoid DB update conflicts

This commit is contained in:
Wienfuchs 2020-07-14 16:39:30 +02:00
parent 5ecdc75dcf
commit d5005505ac
No known key found for this signature in database
GPG Key ID: B095DFF49268F245
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class StatusUpdater
$this->error = '';
$this->header = '';
$this->curl_info = '';
$this->rtime = '';
$this->rtime = 0;
// get server info from db
$this->server = $this->db->selectRow(PSM_DB_PREFIX . 'servers', array(