allow multiple file transfer requests by multiple peers simultaneously by putting them in a queue

This commit is contained in:
schlagmichdoch 2023-02-08 12:55:28 +01:00
parent b2d6a62048
commit d111bbf067
3 changed files with 43 additions and 31 deletions

View file

@ -1,4 +1,4 @@
const cacheVersion = 'v6';
const cacheVersion = 'v7';
const cacheTitle = `pairdrop-cache-${cacheVersion}`;
const urlsToCache = [
'index.html',