Skip to content

Commit

Permalink
merge updates from master
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongoode committed Oct 24, 2016
2 parents 6c214bc + cc5a229 commit 87ec990
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 97 deletions.
5 changes: 4 additions & 1 deletion .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ node_modules/
.session.vim
coverage.html
lib-cov/
.vscode
.vscode

# Ignore webstorm directories
.idea/
3 changes: 2 additions & 1 deletion Readme.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Default `options`:

```js
{
create: true, // Create table in DB, if it does not exist
create: true, // Create table in DB, if it does not exist,
update: false, // Update remote indexes if they do not match local index structure
waitForActive: true, // Wait for table to be created before trying to us it
waitForActiveTimeout: 180000 // wait 3 minutes for table to activate
}
Expand Down
Loading

0 comments on commit 87ec990

Please sign in to comment.