You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ In the Corefile, `mysql` can be configured with the following parameters:
32
32
`max_open_connections` Maximum number of open connections to the database server. Default is 10.
33
33
`max_idle_connections` Maximum number of idle connections in the database connection pool. Default is 10.
34
34
`ttl` Default TTL for records without a specified TTL in seconds. Default is 360 (seconds)
35
+
`zone_update_interval` Maximum time interval between loading all the zones from the database. Default is 10 minutes.
35
36
36
37
## Database Setup
37
38
This plugin doesn't create or migrate database schema for its use yet. To create the database and tables, use the following table structure (note the table name prefix):
0 commit comments