Skip to content

.new_targets file question

SER loads urls from .new_targets in chunks. So I am to assume that SER is deleting the urls it pulls from .new_targets in real time?
If I were to look a ln count on .new_targets every 5 minutes while SER was running would it show decreasing values?

Comments

  • SvenSven www.GSA-Online.de
    It's reading that file only if it has no more URLs to post to. Then it reads like 1MB form the end of that file and cuts the file there. It's untouched until it has no more URLs again.
Sign In or Register to comment.