| # -*- coding: utf-8 -*- | |
| # Copyright 2018 The Chromium OS Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| """Some constants used by gs_cache.""" | |
| READ_BUFFER_SIZE_BYTES = 1024 * 1024 # 1 MB |