Note that drive goroutine leak now fixed upstream (by my patch :-)
This commit is contained in:
parent
43be26d1f8
commit
7153b05342
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
// Drive interface
|
||||
package drive
|
||||
|
||||
// FIXME drive code is leaking goroutines somehow - reported bug
|
||||
// https://code.google.com/p/google-api-go-client/issues/detail?id=23
|
||||
// Now fixed!
|
||||
// Gets this quite often
|
||||
// Failed to set mtime: googleapi: Error 403: Rate Limit Exceeded
|
||||
|
||||
// FIXME list containers equivalent should list directories?
|
||||
|
||||
|
|
Loading…
Reference in a new issue