spacewander commented on issue #4209: URL: https://github.com/apache/apisix/issues/4209#issuecomment-839355479
What about forking that library and modify it? Currently, machine bits: 10 per ms bits: 12 timestamp bits: 42 We can change it to machine bits: 16 (65535 workers) per ms bits: 10 (512 per ms, which is 512000 per second and is enough as a per worker QPS) timestamp bits: 38 (8 years, we can change the start point to 2021-01-01) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
