Skip to content

Commit

Permalink
chore: update schemas submodule for new json (#1240)
Browse files Browse the repository at this point in the history
see title.

mainly for this: open-feature/flagd-schemas#134

---------

Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Mar 7, 2024
1 parent b58fab3 commit 49ae9b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/concepts/syncs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ flagd can connect to one or more sync sources to
### Filepath sync

The file path sync provider reads and watch the source file for updates(ex: changes and deletions).
It's important to note that most file operations result in multiple file system events.
For production use-cases, a symbolic link is recommended for the watched file, which enables atomic modification.
See the [relevant troubleshooting entry](../../troubleshooting/#extra-duplicate-events-in-file-syncs).

```shell
flagd start --uri file:etc/featureflags.json
Expand Down
2 changes: 1 addition & 1 deletion schemas

0 comments on commit 49ae9b1

Please sign in to comment.