SLO.py

17 lines | 401 B Blame History Raw Download
SLO = {}
SLO['/'] = 3000
SLO['/best-sellers'] = 5000
SLO['/new-products'] = 5000
SLO['/product-detail'] = 3000
SLO['/search?searchField=&keyword=&C_ID='] = 10000
SLO['/search'] = 3000
SLO['/shopping-cart'] =  3000
SLO['/customer-registration'] = 3000
SLO['/buy-confirm'] = 5000
SLO['/buy'] = 3000
SLO['/order-inquiry'] = 3000
SLO['/admin-confirm'] = 5000
SLO['/admin'] = 3000
SLO['/payment'] = 10000