0.7 cpu
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ale 2024-10-14 01:54:16 +02:00
parent 6caf3d6d40
commit d803c8df7a
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
container_name: fediblock-instance container_name: fediblock-instance
restart: always restart: always
user: node user: node
cpus: "0.5" cpus: "0.7"
mem_limit: "1g" mem_limit: "1g"
memswap_limit: "1g" memswap_limit: "1g"
ports: ports:

View File

@ -39,6 +39,7 @@ document.addEventListener('DOMContentLoaded', function () {
if (res && res.block_count >= 0) { if (res && res.block_count >= 0) {
document.getElementById('blockcount').innerText = res.block_count document.getElementById('blockcount').innerText = res.block_count
document.getElementById('blockinstance').innerText = 'ing ' + content document.getElementById('blockinstance').innerText = 'ing ' + content
document.getElementById('blocktook').innerText = ''
var list = document.getElementById('blocklist'), var list = document.getElementById('blocklist'),
download = document.getElementById('download') download = document.getElementById('download')
download.removeAttribute('href') download.removeAttribute('href')