diff options
| author | luwenpeng <[email protected]> | 2024-09-02 15:04:55 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-09-02 16:54:18 +0800 |
| commit | 9069dceae7b880e12ef4c9427574d5431c3e8107 (patch) | |
| tree | 7331faa97f6b68c98cf45bc258a6db8ce40d12f3 /conf | |
| parent | e2f2823b9169b8c50c9a4e52cbeee7a2da8c5e1d (diff) | |
built snowflake into the session manager
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/stellar.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml index ee4c8cb..986c18b 100644 --- a/conf/stellar.toml +++ b/conf/stellar.toml @@ -1,6 +1,5 @@ -[snowflake] - snowflake_base = 1 # [0, 31] - snowflake_offset = 2 # [0, 127] +[instance] + id = 1 # range: [0, 4095] (12 bit) [packet_io] mode = "pcapfile" # pcapfile, pcaplist, marsio |
