diff --git a/README.md b/README.md index 64d1d2c..9c4ee4c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ You'll need to setup the server and database before you can connect with the cli username = "defaultkey", password = "", engine = defold, + timeout = 10, -- connection timeout in seconds } local client = nakama.create_client(config) ```