Skip to content

Commit

Permalink
Merge pull request #4 from amplience/release/1.0.2
Browse files Browse the repository at this point in the history
Release/1.0.2
  • Loading branch information
pixelscript authored Feb 5, 2020
2 parents 9e53e63 + f1079ef commit 0fbc788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const options = {
// enable useful behind-the-scenes info
debug: false,
// the max time to wait for a connection to establish
connectionTimeout: 1000
connectionTimeout: 4500
};

async function initialize() {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/SDK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class SDK<FieldType = any, ParamType extends Params = Params> {
protected options: Options;
protected readonly defaultOptions: Options = {
window: window,
connectionTimeout: 1000,
connectionTimeout: 4500,
debug: false
};

Expand Down

0 comments on commit 0fbc788

Please sign in to comment.