feat: initialize electron main process, tray icon, and MariaDB operation service
This commit is contained in:
@@ -7,7 +7,16 @@ character-set-server=utf8mb4
|
||||
collation-server=utf8mb4_unicode_ci
|
||||
log-error="{{LOG_FILE}}"
|
||||
|
||||
# Performance Optimizations
|
||||
max_allowed_packet=1G
|
||||
innodb_buffer_pool_size=512M
|
||||
innodb_log_file_size=128M
|
||||
innodb_flush_log_at_trx_commit=2
|
||||
innodb_doublewrite=0
|
||||
innodb_lock_wait_timeout=600
|
||||
|
||||
[client]
|
||||
port={{PORT}}
|
||||
socket="{{SOCKET}}"
|
||||
default-character-set=utf8mb4
|
||||
max_allowed_packet=1G
|
||||
|
||||
Reference in New Issue
Block a user