fix loading EmojiList from server just one time

This commit is contained in:
Milos Holba
2021-02-23 16:58:00 +01:00
parent bf6cd34cf6
commit 595bce60eb
4 changed files with 44 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
return [
'version' => '1.8.2',
'version' => '1.8.3',
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
'chunk_size' => env('CHUNK_SIZE', '128'),