Skip to content

Commit

Permalink
[Refactor] remove NUMBER_OF_DOWNLOAD_THREADS
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangTran0410 committed Oct 3, 2021
1 parent b9f6d1b commit e7576ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// you can modify all the variables below
export const ACCESS_TOKEN = "YOUR_ACCESS_TOKEN";
export const NUMBER_OF_DOWNLOAD_THREADS = 20; // số lượng luồng tải ảnh/video cùng 1 lúc (lớn thì sẽ tải song song cùng lúc nhiều ảnh/video, nhưng sẽ ko tải nhanh hơn, do vẫn dùng toàn bộ băng thông có thể)
export const WAIT_BEFORE_NEXT_FETCH = 0; // thời gian chờ (ms) trước mỗi lần fetch tiếp theo
export const ID_LINK_SEPERATOR = ";";
export const PHOTO_FILE_FORMAT = "png"; // OR jpg
Expand Down

0 comments on commit e7576ae

Please sign in to comment.