rakyll / drive

Pull or push Google Drive files
471 stars 506 forks source link

limit the number of processes to a safe boundary #46

Open devsmt opened 9 years ago

devsmt commented 9 years ago

using runtime.GOMAXPROCS() to prevent problems in less capable, older hardware

rakyll commented 9 years ago

Your commit description should say something relevant about the change, and squash your commits please.