UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
stream-buffers
/
lib
/
constants.js
9 lines
(7 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
module
.
exports
= {
DEFAULT_INITIAL_SIZE
: (
8
*
1024
),
DEFAULT_INCREMENT_AMOUNT
: (
8
*
1024
),
DEFAULT_FREQUENCY
:
1
,
DEFAULT_CHUNK_SIZE
:
1024
};