wesql / wescale

WeScale is a Modern MySQL proxy that supports read-write-split, read-after-write-consistency, load balancing and OnlineDDL.
Apache License 2.0
199 stars 8 forks source link

fix: set table-acl-config-reload-interval default value to 5s #450

Closed gerayking closed 7 months ago

gerayking commented 7 months ago

Related Issue(s) & Descriptions

Because the table-acl-config-reload-interval value is set to 0 by default, table ACL may not update user privileges from MySQL. Therefore, it is necessary to set the table-acl-config-reload-interval value to 5 seconds.