Skip to content

Commit

Permalink
Merge pull request #36 from AlmaLinux/adjust-git-mysql-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
codyro authored Sep 1, 2024
2 parents b083162 + e728a9c commit 2cb22e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions group_vars/gitea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ mysql_innodb_log_file_size: "512M"
mysql_innodb_log_buffer_size: "128M"
mysql_query_cache_size: "0"
mysql_key_buffer_size: "0"
mysql_sort_buffer_size: 2097152
mysql_read_buffer_size: 131072
mysql_read_rnd_buffer_size: 262144
mysql_myisam_sort_buffer_size: "0"
mysql_join_buffer_size: 262144

gitea_config:
no_section:
Expand Down

0 comments on commit 2cb22e8

Please sign in to comment.