diff --git a/jobNotifier/dynamo/dynamo.go b/jobNotifier/dynamo/dynamo.go index 584d7d2..7336529 100644 --- a/jobNotifier/dynamo/dynamo.go +++ b/jobNotifier/dynamo/dynamo.go @@ -58,8 +58,8 @@ func (t *Table) ReadItem(company string) (string, error) { } func (t *Table) WriteItems(companies []string) { - // Set the ttl time to 90 days from now - expirationTime := time.Now().AddDate(0, 3, 0).Unix() + // Set the ttl time to 120 days from now + expirationTime := time.Now().AddDate(0, 4, 0).Unix() // Create a wait group var wg sync.WaitGroup