Skip to content
Snippets Groups Projects
Verified Commit 5a88a313 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

fluxbb: Speed up search and increase buffer pool

parent 6534413c
No related branches found
No related tags found
No related merge requests found
Pipeline #10494 passed
......@@ -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 }
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment