Skip to content

Commit

Permalink
docs: update the default timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud authored Jul 3, 2024
1 parent 9fe63d7 commit 20bddf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This constructor takes the following arguments:

* `storageOptions` - Object - A Google Cloud Storage [storage options object][gcs-storage-options] - Required.
* `options` - Object - Other options related to storage and behavior - Optional.
* `writeTimeout` - Number - Timeout, in milliseconds, for write operations to the sink - Default: `30000` - Optional.
* `writeTimeout` - Number - Timeout, in milliseconds, for write operations to the sink - Default: `60000` - Optional.
* `writeGzip` - Boolean - If files should be written with gzip compression - Default: `false` - Optional.
* `rootPath` - String - Root directory for where to store files in the GCS bucket - Default: `eik` - Optional.
* `bucket` - String - Name of the bucket to store files in - Default: `eik_files` - Optional.
Expand Down

0 comments on commit 20bddf5

Please sign in to comment.