chischaschos / contributron-golang-api

Hopefully one day will become an open source contribution dashboard API for a group of people based on https://www.githubarchive.org/
0 stars 2 forks source link

Use a go routine to speed up event updation #4

Open cone opened 9 years ago

cone commented 9 years ago

Maybe it could be better to launch a go routine here: https://github.com/chischaschos/contributron-golang-api/blob/master/event.go#L106 , so you shouldn't wait for the response to update the next batch

chischaschos commented 9 years ago

Oh I haven't tested that in the datastore, we would have to test it first.