Set default in memory timer limit to 1024#467
Set default in memory timer limit to 1024#467tillrohrmann merged 6 commits intorestatedev:mainfrom tillrohrmann:issue#386
Conversation
|
One thing I couldn't figure out is how to set the limit to |
|
@tillrohrmann IMO |
| } | ||
|
|
||
| fn default_num_timers_in_memory_limit() -> usize { | ||
| 1024 |
There was a problem hiding this comment.
I really need to build a macro for configuring those default values :(
|
Perhaps just use |
One cannot export an empty env variable as far as I know (at least it is not working in my env). |
|
But an empty one yes? |
Does not work either because an empty string won't be detected as an |
Ah dammit, then open an issue about this and I'll take a look. |
|
Here is the ticket: #478 |
This fixes #386.
This fixes #386.