mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
no message
This commit is contained in:
@@ -52,7 +52,8 @@ skynet.start(function()
|
||||
port=3306,
|
||||
database="skynet",
|
||||
user="root",
|
||||
password="1"
|
||||
password="1",
|
||||
max_packet_size = 1024 * 1024
|
||||
}
|
||||
if not db then
|
||||
print("failed to connect")
|
||||
|
||||
Reference in New Issue
Block a user