Merge pull request #2878 from Hypolite/improvement/ping-performance

Improving ping.php performance
This commit is contained in:
Michael Vogel
2016-11-02 21:56:18 +01:00
committed by GitHub
9 changed files with 166 additions and 78 deletions

View File

@@ -1039,6 +1039,8 @@ function db_definition($charset) {
"seen" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
"verb" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
"otype" => array("type" => "varchar(16)", "not null" => "1", "default" => ""),
"name_cache" => array("type" => "tinytext"),
"msg_cache" => array("type" => "mediumtext")
),
"indexes" => array(
"PRIMARY" => array("id"),