jspm / npm

NPM Location Service
19 stars 34 forks source link

add support for maxRepoSize: fixes #116 #138

Closed adamburgess closed 8 years ago

adamburgess commented 8 years ago

default is still 50Mb. If 0 or less, the size is ignored.

side-note: github maxRepoSize, like what I've done here, uses base2/non-SI units. these should probably be consolidated.

guybedford commented 8 years ago

Thanks!