Compare commits

...

2 Commits

Author SHA1 Message Date
856b2a7fbc Change sorting 2025-06-27 11:09:15 +02:00
85332ef1d9 Remove new line at end 2025-06-27 11:09:04 +02:00
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
data data
db db
.env .env

View File

@@ -1,8 +1,8 @@
[opcache] [opcache]
opcache.enable=1 opcache.enable=1
opcache.enable_cli=1 opcache.enable_cli=1
opcache.memory_consumption=256
opcache.interned_strings_buffer=16 opcache.interned_strings_buffer=16
opcache.max_accelerated_files=10000 opcache.max_accelerated_files=10000
opcache.memory_consumption=256
opcache.revalidate_freq=1 opcache.revalidate_freq=1
opcache.save_comments=1 opcache.save_comments=1