1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/deploy/my.cnf
Daniel Neto ff1fc214db Update
2024-06-14 17:47:42 -03:00

13 lines
342 B
INI

[mysqld]
wait_timeout = 28800
interactive_timeout = 28800
max_allowed_packet = 256M
innodb_buffer_pool_size = 512M
innodb_log_file_size = 256M
innodb_file_per_table = 1
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50
innodb_log_buffer_size = 8M
innodb_io_capacity = 500
innodb_flush_method = O_DIRECT
net_buffer_length = 64K