Current section
Files
Jump to
Current section
Files
erl_snowflake
rebar.config
rebar.config
{erl_opts, [
% classic twitter snowflake id structure
% it can be overrided for your needs
{d, timestamp_bits , 41},
{d, machine_id_bits, 10},
{d, counter_bits , 12},
{d, epoch, 1325376000000} % in ms 2012-01-01 - 1970-01-01
]}.