Changing the parameters reviveForceRespawnDelay and reviveBleedOutDelay in the description.ext does nothing.
Workaround is to change default values in the init.sqf. Issue further detailed in post 197 of this forum:
http://forums.bistudio.com/showthread.php?189495-End-Game-MP-Mode-Feedback/page20
Post 193 of the same forum details the error according to Robalo:
"While trying to figure out why changing the above in description.ext has no effect found the issue using functions viewer. All the parameters are grabbed with similar (faulty) checks to this:
Code:
_cfg = missionConfigFile >> "reviveBleedOutDelay";
_time = if (isClass _cfg) then {getNumber _cfg} else {BIS_revive_reviveBleedOutDelayDefault};" {F26183}