1// Copyright 2017 Keybase Inc. All rights reserved.
2// Use of this source code is governed by a BSD
3// license that can be found in the LICENSE file.
4
5// +build !386
6
7package libkbfs
8
9// DefaultBlocksInMemCache is the number of blocks we should keep in
10// the cache.
11const DefaultBlocksInMemCache = 1024
12