no message

This commit is contained in:
changfeng
2014-06-26 00:28:08 +08:00
parent ad5c37200b
commit 4cce476dfc

View File

@@ -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")