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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user