Skip to content

Commit

Permalink
Fix refresh-period configuration documentation
Browse files Browse the repository at this point in the history
Fix the refresh-period configuration for
`case-insensitive-name-matching.config-file`.
  • Loading branch information
daha authored and ebyhr committed Dec 5, 2024
1 parent 5b9c1bf commit eb29dda
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ configured above is forwarded to `CaseSensitiveName.tablex`, and a query on

By default, when a change is made to the mapping configuration file, Trino must
be restarted to load the changes. Optionally, you can set the
`case-insensitive-name-mapping.refresh-period` to have Trino refresh the
properties without requiring a restart:
`case-insensitive-name-matching.config-file.refresh-period` to have Trino
refresh the properties without requiring a restart:

```properties
case-insensitive-name-mapping.refresh-period=30s
case-insensitive-name-matching.config-file.refresh-period=30s
```

0 comments on commit eb29dda

Please sign in to comment.