mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-05-12 04:22:22 -06:00
🔨 fix development setting
This commit is contained in:
parent
3064ffea2d
commit
e818985efa
@ -101,7 +101,7 @@ export const searchAndInsertBskyUsers = async (
|
||||
|
||||
index++
|
||||
|
||||
if (process.env.NODE_ENV === "development" && index > 20) {
|
||||
if (process.env.NODE_ENV === "development" && index > 5) {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user