mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-13 07:23:32 -06:00
🔨 fix development setting
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user