remove shitty fuckshit

This commit is contained in:
cheetah 2023-07-02 15:02:19 -05:00
parent 44d04cd935
commit d1bddfd037

View file

@ -112,8 +112,6 @@ func InitDatabase() (err error) {
var JobPoolSize int = 5
var ConcurrencyLimit int = 1
var WorkerJobPool chan string
var GlobalWriteSemaphore common.Semaphore
var GlobalWriteLock sync.Mutex
func main() {
@ -174,7 +172,6 @@ func main() {
}
}
GlobalWriteSemaphore = common.NewSemaphore(ConcurrencyLimit)
wg := sync.WaitGroup{}
for _, jobFile := range WorkerJobPool {