Skip to content

Commit f02abf3

Browse files
committed
chore: speed up swap process
1 parent f4830f2 commit f02abf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ function listenForSwapChanges() {
14971497
});
14981498
break;
14991499
}
1500-
}, 15_000);
1500+
}, 1_800);
15011501
}
15021502

15031503
/**

0 commit comments

Comments
 (0)