Home
last modified time | relevance | path

Searched refs:MAX_READ_SIZE (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php15 protected const MAX_READ_SIZE = 1_048_576; // 1 MB define in admin_plugin_logviewer
148 if ($size < self::MAX_READ_SIZE) {
151 $toread = self::MAX_READ_SIZE;
161 if ($size >= self::MAX_READ_SIZE) {