The loop in the accept callback for the commerce module sleeps 1000 seconds, my guess is it should have been 1 second.
Seems like a mix-up between usleep / sleep
I have attached a (very small) patch
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | dibs-commerce-long-nap-2094039-1.patch | 567 bytes | thelmer |
Comments
Comment #1
thelmer commentedComment #2
googletorp commentedI switched to usleep instead and made it configurable with variable_get. Thanks for finding this tough.