-
Notifications
You must be signed in to change notification settings - Fork 287
Closed
Description
- Add the same note in [InfluxDB] Update the admin UI documentation #1107 to the
[admin]section about it being removed. - Update the top
bind-addresssetting tobind-address = "127.0.0.1:8088"; also check the backup and restore guide - this change probably requires the user to configure thebind-addresssetting before performing a remote backup. - Add the
wal-fsync-delay = "0s"setting below thewal-dirsetting:The amount of time that a write waits before fsyncing. Use a duration greater than
0to batch up multiple fsync calls. This is useful for slower disks or when experiencing WAL write contention. A value of0sfsyncs every write to the WAL. We recommend values in the range of0ms-100msfor non-SSD disks.