1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-29 19:19:07 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Kan18
0a42551ab7 actually set it to 30 2022-12-28 19:22:38 +04:00
Kan18
f26f443b9d Increase discovery message interval, distribute messages
Previously on large server(s), there was an issue where because
chunkloaded computers all started up at once, so they all had the same
discovery message sending timer. This prevents that by starting each off
with a random offset. Also increases the interval for sending messages
from 15 s to 30 s, so that messages (which are the same, a lot of the
time) get sent less often.
2022-12-28 18:43:49 +04:00
kepler155c@gmail.com
8279c1ae12 environments, error messages, and stack traces, oh my!
Changed the way processes are launched.
multishell.openTab and kernel.run now accept the current environment as a parameter.
That new process inherits a copy of the passed environment.
Reduces complexity as the calling process is not required to create a suitable env.
Stack traces have been greatly improved and now include the stack for coroutines that error.
2020-05-11 17:25:58 -06:00
kepler155c@gmail.com
3d3e5400cf tidy up env creation - round 1 2020-05-05 17:25:58 -06:00
kepler155c@gmail.com
4c2d121562 reduce net traffic 2019-07-08 13:52:53 -04:00
kepler155c@gmail.com
ccc7693f46 minor tweaks 2019-07-08 00:16:28 -04:00
kepler155c@gmail.com
343ce7fdc2 move apis into rom/modules/main for shell compatibility 2019-06-28 13:50:02 -04:00
kepler155c@gmail.com
3c22a872b0 spaces->tabs + cleanup + pathing fixes 2019-06-18 15:19:24 -04:00
kepler155c@gmail.com
310879a801 sanitize discovery messages 2019-05-20 15:19:39 -04:00
kepler155c@gmail.com
7749e14cad protected network services 2019-04-20 13:48:13 -04:00
kepler155c@gmail.com
62a3bc1360 sanitize network info a bit 2019-04-20 12:34:45 -04:00
kepler155c@gmail.com
70733ab4f2 network group wip + virtual dirs + better trust 2019-04-08 09:30:47 -04:00
kepler155c@gmail.com
737ac095de fix menu separators + sys dir restructure 2019-03-31 15:16:45 -04:00