diff --git a/src/components/PurgeRoomDialog.vue b/src/components/PurgeRoomDialog.vue index 74f99ea..14f036d 100644 --- a/src/components/PurgeRoomDialog.vue +++ b/src/components/PurgeRoomDialog.vue @@ -143,7 +143,7 @@ export default { { status: "delete" } ); - this.timeout = 30; + this.timeout = 10; this.timeoutTimer = setInterval(() => { this.timeout = this.timeout - 1; if (this.timeout == 0) {