Some checks failed
Build and Deploy / build-macos (push) Failing after 10s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
8 lines
338 B
TOML
8 lines
338 B
TOML
[dependencies]
|
|
extramath = "https://gitea.pockle.world/john/extramath@master"
|
|
|
|
[system]
|
|
ar_timer = 60 # seconds before idle actor reclamation
|
|
actor_memory = 0 # MB of memory an actor can use; 0 for unbounded
|
|
net_service = 0.1 # seconds per net service pull
|
|
reply_timeout = 60 # seconds to hold callback for reply messages; 0 for unbounded |