0.1.4 • Published 9 years ago

rpp-service-ebay v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

Sample Config which all the application needs to set on server start and can update it later.

If CacheSettings.CacheEnabled === true then we will look up LRU first and then go to Service if a miss and put it back to LRU.

{ RPSEndPoint:"", EnableRPSOAuth : true, APPTokenRefreshInterval : 1720000, RPSNonOAuthPath : "/rps/", RPSOAuthPath : "", RPSCLientTimeOut :10000, RPSClientRetry :5, RPSCLientMarkDownThreshold :1000, CacheSettings : { CacheEnabled : true, EventGroupMaxEntries : 100, EventMaxEntires : 100, CategoryMaxEntries : 100, PageTemplateMaxEntries : 100, EventGroupMaxAge : 100000, EventMaxAge : 100000, PageTemplateMaxAge : 100000, CategoryMaxAge : 100000

				}

}