up
This commit is contained in:
parent
ab7a2e487f
commit
0f43c3232d
5
spot.go
5
spot.go
@ -5,7 +5,6 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
|
||||||
|
|
||||||
_ "github.com/mattn/go-sqlite3"
|
_ "github.com/mattn/go-sqlite3"
|
||||||
)
|
)
|
||||||
@ -59,8 +58,6 @@ func ProcessTelnetSpot(re *regexp.Regexp, spotRaw string, SpotChanToFlex chan Te
|
|||||||
wg := new(sync.WaitGroup)
|
wg := new(sync.WaitGroup)
|
||||||
wg.Add(4)
|
wg.Add(4)
|
||||||
|
|
||||||
start := time.Now()
|
|
||||||
|
|
||||||
go contactRepo.ListByCountry(spot.DXCC, contactsChan, wg)
|
go contactRepo.ListByCountry(spot.DXCC, contactsChan, wg)
|
||||||
contacts := <-contactsChan
|
contacts := <-contactsChan
|
||||||
|
|
||||||
@ -74,8 +71,6 @@ func ProcessTelnetSpot(re *regexp.Regexp, spotRaw string, SpotChanToFlex chan Te
|
|||||||
contactsCall := <-contactsCallChan
|
contactsCall := <-contactsCallChan
|
||||||
|
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
elapsed := time.Since(start)
|
|
||||||
Log.Infof("Checking Db took: %s", elapsed)
|
|
||||||
|
|
||||||
if len(contacts) == 0 {
|
if len(contacts) == 0 {
|
||||||
spot.NewDXCC = true
|
spot.NewDXCC = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user