mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Api publishing timeout fixes for cloud.
This commit is contained in:
parent
06366bff24
commit
46f418bafb
@ -46,7 +46,7 @@ public class APIManagementProviderServiceImpl implements APIManagementProviderSe
|
|||||||
private static final int MAX_API_PER_TAG = 200;
|
private static final int MAX_API_PER_TAG = 200;
|
||||||
private static final String APP_TIER_TYPE = "application";
|
private static final String APP_TIER_TYPE = "application";
|
||||||
private static final Map<String, String> tiersMap = new HashMap<>();
|
private static final Map<String, String> tiersMap = new HashMap<>();
|
||||||
private static final int MAX_ATTEMPTS = 10;
|
private static final int MAX_ATTEMPTS = 20;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void removeAPIApplication(String applicationName, String username) throws APIManagerException {
|
public void removeAPIApplication(String applicationName, String username) throws APIManagerException {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user