mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
increase the request timeout in frontend if the timeout of requesting third-party exchange rates api exceeds the default time
This commit is contained in:
@@ -103,3 +103,7 @@ export function getAmapApiExternalProxyUrl() {
|
||||
export function getAmapApplicationSecret() {
|
||||
return getServerSetting('amas');
|
||||
}
|
||||
|
||||
export function getExchangeRatesRequestTimeout() {
|
||||
return getServerSetting('errt');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user