Skip to content

Instantly share code, notes, and snippets.

@chevinbrown
Created April 18, 2017 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chevinbrown/62046ebdd4d2669a7bd28fe5d02a47a9 to your computer and use it in GitHub Desktop.
Save chevinbrown/62046ebdd4d2669a7bd28fe5d02a47a9 to your computer and use it in GitHub Desktop.
Local postgres changes for a speedy experience
#fsync = on # turns forced synchronization on or off
fsync = off
#synchronous_commit = on # synchronization level;
synchronous_commit = off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment