Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cnpem/deepsirius-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
matyson committed May 20, 2024
2 parents 8e3d27f + 36af9db commit 4969541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function NodeInfo({
refetchOnMount: false,
enabled: status === 'busy' && !!nodeData.jobId,
refetchInterval: 5000,
refetchIntervalInBackground: false,
refetchIntervalInBackground: true,
},
);

Expand Down

0 comments on commit 4969541

Please sign in to comment.