Skip to content

Commit 5337ceb

Browse files
committed
chore: fmt
1 parent 4c4e969 commit 5337ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RedisStringsHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ setInterval(() => {
4141
);
4242
}
4343
});
44-
}, 1000);
44+
}, 10);
4545

4646
export type CreateRedisStringsHandlerOptions = {
4747
/** Redis redisUrl to use.

0 commit comments

Comments
 (0)