Updated compose to 0.8.64

This commit is contained in:
frikky
2021-03-16 01:39:47 +01:00
parent cb319380f6
commit 49564cdc44
6 changed files with 178 additions and 30 deletions
+3 -1
View File
@@ -204,8 +204,10 @@ const AngularWorkflow = (props) => {
})
const [elements, setElements] = useState([])
// No point going as fast, as the nodes aren't realtime anymore, but bulk updated.
// Set it from 2500 to 6000 to reduce overall load
const { start, stop } = useInterval({
duration: 2500,
duration: 6000,
startImmediate: false,
callback: () => {
fetchUpdates()