Skip to content

Instantly share code, notes, and snippets.

@LLBlumire
Created August 27, 2015 17:48
Show Gist options
  • Save LLBlumire/02fcded591e9166f7d3e to your computer and use it in GitHub Desktop.
Save LLBlumire/02fcded591e9166f7d3e to your computer and use it in GitHub Desktop.
let pool_size = env::var("DB_POOL_SIZE")
.unwrap_or("INVALID".to_string()).parse::<u32>().unwrap_or(DEFAULT_POOL_SIZE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment