Skip to content

Commit

Permalink
change ageOfPosting back to 35 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
m1yon committed May 3, 2024
1 parent f031f76 commit 6c36191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/linkedincrawler/linkedincrawler.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func ScrapeLoop(db *sql.DB) {
workType: 2, // 2 = remote
jobTypes: []string{"F"}, // F = fulltime
salaryRanges: []string{"5"}, // 5 = $120,000+
ageOfPosting: 35 * time.Hour,
ageOfPosting: 35 * time.Minute,
userID: 1,
},
{
Expand All @@ -44,7 +44,7 @@ func ScrapeLoop(db *sql.DB) {
workType: 3,
jobTypes: []string{"F"},
salaryRanges: []string{"5"},
ageOfPosting: 35 * time.Hour,
ageOfPosting: 35 * time.Minute,
userID: 1,
},
}
Expand Down

0 comments on commit 6c36191

Please sign in to comment.