1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-10-07 15:33:51 +03:00

Remodeled cache updater, minor fixes and more refactoring

This commit is contained in:
Adolfo Gómez García
2024-01-26 01:30:40 +01:00
parent 42e042d4d4
commit 485520f402
29 changed files with 572 additions and 386 deletions

View File

@@ -72,7 +72,7 @@ class Services(DetailHandler): # pylint: disable=too-many-public-methods
return {
'icon': info.icon64().replace('\n', ''),
'needs_publication': info.publication_type is not None,
'max_deployed': info.max_user_services,
'max_deployed': info.userservices_limit,
'uses_cache': info.uses_cache and info.overrided_fields is None,
'uses_cache_l2': info.uses_cache_l2,
'cache_tooltip': _(info.cache_tooltip),