1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-27 03:06:04 +02:00

fluxbb: Speed up search and increase buffer pool

This commit is contained in:
Evangelos Foutras 2021-08-19 03:48:53 +03:00
parent 6534413cf3
commit 5a88a31374
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
- { role: root_ssh }
- { role: certbot }
- { role: nginx }
- { role: mariadb, mariadb_query_cache_type: '0' }
- { role: mariadb, mariadb_query_cache_type: '0', mariadb_innodb_buffer_pool_size: '512M' }
- { role: sudo }
- { role: php_fpm, php_extensions: ['apcu', 'iconv', 'intl', 'mysqli'], zend_extensions: ['opcache'] }
- { role: fluxbb }

View File

@ -4,4 +4,4 @@ fluxbb_dir: /srv/http/fluxbb
fluxbb_cookie_name: flux_cookie_eezohm0o
fluxbb_funnyquestion_hash: aixuGahCh4eng3bu
fluxbb_version: 4920394fae2296a77f766687f2082f15b7498440
fluxbb_version: 411f2f32ff005fde24fd9896c88bb1ad2d9c9eb8