diff --git a/index.html b/index.html index 0202aeb..db17bfa 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ diff --git a/stat.html b/stat.html index 8003071..316c292 100644 --- a/stat.html +++ b/stat.html @@ -8,7 +8,7 @@

OwlBoard Server Stats

-

+

API Server:

Counters Reset -

@@ -53,10 +53,10 @@ - + - + diff --git a/sw.js b/sw.js index 8db9543..78cbdb2 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "0.1.4" +const appVersion = "0.1.5" const cacheName = `owlboard-${appVersion}` const cacheIDs = [cacheName] const cacheFiles = [
At least one MongoDB database (maybe clustered across multiple instances)
At most one db-manager (Run as a initContainer and optionally as a CronJob)db-manager run as a initContainer and optionally as a CronJob
At least one backend serverAt least one backend (API server)
At least one web server service (Caching is done at this level so more than one service may increase API hits)