plow-technologies / inferno

A statically-typed functional scripting language
MIT License
4 stars 1 forks source link

[inferno-vc-server] Use unbounded-delays for threadDelay so it doesn't overflow on armv7l #133

Closed albertov closed 2 months ago

albertov commented 2 months ago

We had a threadDelay to perform cleanup every hour and the number of usecs was overflowing on 32 bit arch causing 100% CPU load