mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
// Times are in milliseconds
|
|
export const delayShippingEstimate = 400;
|
|
export const delayRecommendedProducts = 800;
|
|
export const delayReviews = 1000;
|