Skip to content

Instantly share code, notes, and snippets.

@selbekk
Last active April 20, 2018 16:56
Show Gist options
  • Select an option

  • Save selbekk/232f1d50f6a0863c5b0d3acf24d2edc8 to your computer and use it in GitHub Desktop.

Select an option

Save selbekk/232f1d50f6a0863c5b0d3acf24d2edc8 to your computer and use it in GitHub Desktop.
Some good ol' regular examples
const REQUEST_TIMEOUT = 1000 * 20;
const COOKIE_EXPIRY_TIME = 1000 * 60 * 60 * 24 * 7;
const DEBOUNCE_PERIOD = 500;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment