diff options
| author | luwenpeng <[email protected]> | 2024-01-31 14:45:50 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-01-31 18:55:06 +0800 |
| commit | 97ef872d9a6f735bcbc91e442b07eb685ee5a345 (patch) | |
| tree | 1e3fe2a0d4c26cd78d0b7f5856a5a959d15e8e35 /conf | |
| parent | 2766b3cfeba5810e7ecb5cb39957a3bbf8c9bd87 (diff) | |
add session id generator
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/stellar.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml index 7970769..12b501c 100644 --- a/conf/stellar.toml +++ b/conf/stellar.toml @@ -1,7 +1,11 @@ [system] app_symbol = stellar dev_symbol = nf_0_fw -nr_threads = 1 + +device_base = 1 # [0, 31] +device_offset = 2 # [0, 127] + +nr_threads = 1 # [1, 256] cpu_mask = [5, 6, 7, 8, 9, 10, 11, 12] [session_manager] |
