On 6/25/13 4:57 AM, Igor Galić wrote:
----- Original Message -----
Updated Branches:
refs/heads/master b3fd17694 -> b1f0300f7
TS-1960 Decouple stacksize config from core
There's a couple of instances here where you hard-code the stacksize
in function calls to 1MiB -- what's the reasoning behind this?
Those are in unit tests, and I don't want us to fail the unit tests by
someone or something changing the records.config settings. I know that they
work with 1MB, hence the hardcoded value. It also avoids calling that config
"getter" in the Unit tests :).
-- Leif