1// +build !production,darwin
2
3package libkb
4
5// Keep this value small in devel, it's expensive in tests.
6const maxKeychainItemSlots = 2
7