refactor: rename id_generator to snowflake
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[id_generator]
|
||||
snowflake_worker_id_base = 1 # [0, 31]
|
||||
snowflake_worker_id_offset = 2 # [0, 127]
|
||||
[snowflake]
|
||||
snowflake_base = 1 # [0, 31]
|
||||
snowflake_offset = 2 # [0, 127]
|
||||
|
||||
[packet_io]
|
||||
mode = marsio # dumpfile, marsio
|
||||
|
||||
Reference in New Issue
Block a user