Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Sep 20, 2024
1 parent 31c65a2 commit c990889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const defaultSwrConfig = {
fetcher: openmrsFetch,
// only revalidate once every 10 minutes
focusThrottleInterval: 600000,
revalidateIfStale: true,
// disable automatic revalidations by default
revalidateIfStale: false,
revalidateOnFocus: false,
revalidateOnReconnect: false,
refreshInterval: 0,
Expand Down

0 comments on commit c990889

Please sign in to comment.