You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ uid-generator-spring-boot-starter
6
6
7
7
UidGenerator is a Java implemented, [Snowflake](https://github.com/twitter/snowflake) based reactive unique ID generator。
8
8
9
-
Based on [Snowflake](https://github.com/twitter/snowflake),[百度UidGenerator](https://github.com/baidu/uid-generator),[uid-generator-spring-boot-starter](https://github.com/wujun234/uid-generator-spring-boot-starter)
9
+
Based on [Snowflake](https://github.com/twitter/snowflake),[UidGenerator](https://github.com/baidu/uid-generator),[uid-generator-spring-boot-starter](https://github.com/wujun234/uid-generator-spring-boot-starter)
10
10
11
11
12
12
* Change packages,Extract Worker node id API.
@@ -170,11 +170,11 @@ uid:
170
170
seqBits: 7# sequence bits, default:7
171
171
epochStr: "2023-02-17"# Initial time, default:"2019-02-20"
172
172
enableFutureTime: false # all use future time , how long is `maxBackwardSeconds` , default: false
paddingFactor: 50#Specifies when to fill the UID into the RingBuffer, the value is a percentage (0, 100), the default is 50
177
+
#scheduleInterval: 60 # Default: Do not configure this item, that is, do not use the Schedule thread to fill the buffer ring regularly. If you want to use it, please specify the Schedule thread time interval, unit: second
0 commit comments