// Copyright 2015 The Vanadium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
module.exports = { | |
instant: 100, | |
quick: 1 * 1000, | |
short: 5 * 1000, | |
standard: 10 * 1000, | |
long: 60 * 1000, | |
longer: 2 * 60 * 1000, | |
max: 5 * 60 * 1000 | |
}; |