function $RootScopeProvider(){
var TTL = 10;
this.digestTtl = function(value) {
if (arguments.length) {
TTL = value;
}
return TTL;
};
...
We cannot be sure, but I agree with Pawel, you must have been doing something wrong that 10 operations are not enough.
Can you reproduce this, so we can try to spot the issue?
Regards,
Witold Szczerba
---
Sent from my mobile phone.