Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update demos.tsx
Co-authored-by: Michael Beemer <[email protected]>
Signed-off-by: Lukas Reining <[email protected]>
  • Loading branch information
lukas-reining and beeme1mr authored Apr 15, 2024
commit 99fd0141d072c2d439906a83075cfb2922c811f6
2 changes: 1 addition & 1 deletion packages/ui/src/app/demos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class Demos extends Component<
const host = ofrepConfig?.host ?? 'localhost';
const port = ofrepConfig?.port ?? 8016;
const baseUrl = `${tls ? 'https' : 'http'}://${host}:${port}`;
return new OFREPWebProvider({ baseUrl }, console);
return new OFREPWebProvider({ baseUrl, pollInterval: 1000 }, console);
},
},
[GO_PROVIDER_ID]: {
Expand Down