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