mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#732)
This commit is contained in:
parent
eb94659c61
commit
20cb0bfe17
2 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@ if ($show_dbg_info) {
|
|||
$sql_t = $DBS->sql_timetotal;
|
||||
$sql_time_txt = ($sql_t) ? sprintf('%.3f ' . $lang['SEC'] . ' (%d%%) · ', $sql_t, round($sql_t * 100 / $gen_time)) : '';
|
||||
$num_q = $DBS->num_queries;
|
||||
$stat .= " | MySQL: {$sql_time_txt}{$num_q} " . $lang['QUERIES'];
|
||||
$stat .= " | {$DBS->get_db_obj()->engine}: {$sql_time_txt}{$num_q} " . $lang['QUERIES'];
|
||||
}
|
||||
|
||||
$stat .= " | $gzip_text";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue