diff --git a/src/Rainfall.ts b/src/Rainfall.ts index a65c2d1..7dd41ad 100644 --- a/src/Rainfall.ts +++ b/src/Rainfall.ts @@ -19,7 +19,7 @@ export class Rainfall extends LitElement { this.setValue(result); - setTimeout(() => this.pullValueFromBackend(), 60000); + setTimeout(() => this.pullValueFromBackend(), 5000); } setValue(newValue: number) {