Skip to content

Commit 101cc9f

Browse files
fixed calendar and timout on cache
1 parent b544f15 commit 101cc9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ May(25) Africa, Kenya TBD GoBridge Go (2
142142
May(27-01) Canary Islands GopherCon EU Conference Adv Go (1 day) https://www.eventbrite.co.uk/e/gophercon-eu-2019-canary-islands-tickets-55633196388
143143
June(08-09) Seattle, WA TBA Gobridge Go (2 day)
144144
June(18-20) Singapore SP Group Corporate Go (3 day)
145+
June(26-28) Copenhagen, Denmark Maersk Corporate Go Service (3 day)
145146
July(02-07) Minsk, Belarus Go Way Fest Conference Adv Go (1 day) https://goway.io/
146147
July(02-07) Texas Reward Style Corporate Go (3 day)
147148
July(24-27) San Diego, CA GopherCon USA Conference Adv Go (2 day) https://www.gophercon.com
148-
August(13-15) Bellevue, WA T-Mobile Corporate Go (3 day)
149149
September(14-15) Anchorage, AK TBA Gobridge Go (2 day)
150150
September(23-25) Miami, FL OpenGo Conference Ardan Conference https://opengo.io/
151151
October(21-22) Florence, Italy GoLab Conference Adv Go (1 day) https://www.golab.io/

topics/go/profiling/project/search/rss.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
// gc time will be every hour.
1717

1818
const (
19-
expiration = time.Second * 15
19+
expiration = time.Minute * 15
2020
cleanup = time.Hour
2121
)
2222

0 commit comments

Comments
 (0)