Chromium Code Reviews| Index: third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas.json |
| diff --git a/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas.json b/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fbc20c473924f0fd81d0b2f0ee15c6a562be1470 |
| --- /dev/null |
| +++ b/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas.json |
| @@ -0,0 +1,6 @@ |
| +{ |
| + "buckets": [ |
| + { "name": "DISK", "initial_tokens": 1000000 }, |
| + { "name": "EMAILS", "initial_tokens": 20, "refresh_every": 3600 } |
| + ] |
| +} |