UNPKG
startrail
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Block Cache for js-ipfs
github.com/johnytiago/startrail
johnytiago/startrail
startrail
/
src
/
config.js
10 lines
(8 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
module
.
exports
= {
popularityManager
: {
sampleDuration
:
10
*
1000
,
// 10sec
windowSize
:
3
,
// 3 samples
cacheThreshold
:
2
// number of cache hits
} };