I asked development to look at this to see if this is really the issue you are seeing - apologies that you got a hang up - this is a trap that we should be checking to make sure that a 0 interval cannot be set if this was really what happened - and we will add a fix for the future that traps that if that is the case.
I tested this and when I enter 0 for the Max spacing - it just computes the rounded corners for me and comes back instantly - I tried -1 and then .1 and they worked pretty well on my test case and then I tried .01 and then it went off for a long time - so maybe that was what you actually did here (but mine did come back after a while) but I guess we should stop really small values being entered in here as that is likely what happened here I think.
There are so many test cases that are possible that product managers and developers and QA people never think of until they happen - so getting feedback like this really helps to increase robustness of the product if we have defects like these. Normally they are a relatively easy fix when we know about them.
Alan