#64 opt. for process page

This commit is contained in:
lollipopkit
2023-06-27 12:27:16 +08:00
parent 0022294ea4
commit 9ffe5583fd
10 changed files with 35 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ const privateKeyMaxSize = 20 * 1024;
const editorMaxSize = 1024 * 1024;
/// Max debug log lines
const maxDebugLogLines = 100;
const maxDebugLogLines = 377;
/// Method Channels
const pkgName = 'tech.lolli.toolbox';