Congbin Guo | c427758 | 2018-06-06 16:44:48 -0700 | [diff] [blame] | 1 | # -*- coding: utf-8 -*- |
2 | # Copyright 2018 The Chromium OS Authors. All rights reserved. | ||||
3 | # Use of this source code is governed by a BSD-style license that can be | ||||
4 | # found in the LICENSE file. | ||||
5 | |||||
6 | """Some constants used by gs_cache.""" | ||||
7 | |||||
8 | READ_BUFFER_SIZE_BYTES = 1024 * 1024 # 1 MB |