Optimize: Made Workflow workers self-destruct at times

This commit is contained in:
frikky
2021-01-14 17:01:11 +01:00
parent 34097f971e
commit 3b6501c56c
12 changed files with 162 additions and 158 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ const Apps = (props) => {
}
var description = data.description
const maxDescLen = 60
const maxDescLen = 58
if (description.length > maxDescLen) {
description = data.description.slice(0, maxDescLen)+"..."
}