pull microcrud update to fix r__size issue

This commit is contained in:
Shish
2020-10-25 10:44:30 +00:00
parent d19f9cb287
commit 03dda8144c
3 changed files with 117 additions and 108 deletions

View File

@@ -189,7 +189,7 @@ class LogTable extends Table
$this->table = "score_log";
$this->base_query = "SELECT * FROM score_log";
$this->size = 100;
$this->limit = 1000000;
$this->limit = 100000;
$this->set_columns([
new ShortDateTimeColumn("date_sent", "Time"),
new TextColumn("section", "Module"),