Skip to content

Commit

Permalink
Clarified last change only applies to some OS, fixed text wrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 18, 2013
1 parent c1ed4a2 commit ae6699a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rdoc
Expand Up @@ -76,7 +76,11 @@ Engine) you can simple turn it off:

State files are not portable across machines.

If you do not use the state file, UUID generation will attempt to use your server's MAC address using the macaddr gem, which runs system commands to identify the MAC address and then cache it. Since this can take a few seconds, when using UUID.state_file = false, you should add the following line after disabling the state file:
If you do not use the state file, UUID generation will attempt to use your
server's MAC address using the macaddr gem, which runs system commands to
identify the MAC address and then cache it. Since this can take a few seconds
on some operating systems, when using UUID.state_file = false, you should add
the following line after disabling the state file:

UUID.generator.next_sequence

Expand Down

0 comments on commit ae6699a

Please sign in to comment.