@@ -597,8 +597,13 @@ export default {
597597 githubProxy : "Please input GitHub Proxy" ,
598598 defaultUserAgent : "Please input Default User-Agent" ,
599599 defaultProxy : "Please input Default Proxy/Policy" ,
600- defaultTimeout : "Default Timeout (in milliseconds , default: 8000)" ,
600+ defaultTimeout : "Default Timeout (in ms , default: 8000)" ,
601601 cacheThreshold : "Cache Threshold (in KB, default: 1024)" ,
602+ resourceCacheTtl : 'Resource Cache TTL, default: 3600(s)' ,
603+ headersCacheTtl : 'Headers Cache TTL, default: 60(s)' ,
604+ scriptCacheTtl : 'Script Cache TTL, default: 172800(s)' ,
605+ concurrency : 'Concurrency Limit(default: 3)' ,
606+ apiCheckTimeout : 'API Check Timeout, default: 3000(ms)' ,
602607 noGithubUser : "Not set GitHub username" ,
603608 noGistToken : "Not set Gist Token" ,
604609 noGithubProxy : "Not set GitHub Proxy" ,
@@ -636,7 +641,10 @@ export default {
636641 failed : "Sort failed" ,
637642 } ,
638643 } ,
639- config : "Configuration" ,
644+ requestConfig : "Request Configuration" ,
645+ cacheConfig : "Cache Configuration" ,
646+ frontEndConfig : "Front-End Configuration" ,
647+ githubConfig : 'GitHub Configuration' ,
640648 storage : {
641649 gist : {
642650 label : "Gist" ,
0 commit comments