aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-10-19 16:50:35 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-10-19 16:50:35 -0700
commit904354ec7fed6492f21571707a479951794b1a39 (patch)
tree1b61ea83651889dca7a09df1d9fddac6c560bb83 /src/settings.js
parent04a6e44d823035ac7cdcdec4fa814c8e73556044 (diff)
tweak sync xhr code a tiny bit
Diffstat (limited to 'src/settings.js')
-rw-r--r--src/settings.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settings.js b/src/settings.js
index 4017ad98..a6c11448 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -255,9 +255,9 @@ var WARN_ON_UNDEFINED_SYMBOLS = 0; // If set to 1, we will warn on any undefined
// the existing buildsystem), and (2) functions might be
// implemented later on, say in --pre-js
-var SMALL_CHUNKS = 0; // Use small chunk size for binary synchronous XHR's in Web Workers.
- // Used for testing.
- // See test_chunked_synchronous_xhr in runner.py and library.js.
+var SMALL_XHR_CHUNKS = 0; // Use small chunk size for binary synchronous XHR's in Web Workers.
+ // Used for testing.
+ // See test_chunked_synchronous_xhr in runner.py and library.js.
// Compiler debugging options
var DEBUG_TAGS_SHOWING = [];