change rtime to numerical to avoid DB update conflicts (#963)

This commit is contained in:
wienfuchs 2020-08-12 21:11:50 +02:00 committed by GitHub
parent 14f6e491cf
commit c090a398d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(