Skip to content

Commit cefb1fe

Browse files
committed
update doc
1 parent ac9416d commit cefb1fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ exports.session = {
3939
host:'127.0.0.1',
4040
port:'3306',
4141
user:'root',
42-
password:''
42+
password:'',
43+
gcInterval: 3600 * 1000 //gc interval
4344
}
4445
}
4546
```

0 commit comments

Comments
 (0)