AtnNn / librethinkdbxx

RethinkDB driver for C++
Other
98 stars 31 forks source link

#define MICROSECOND misnomer in librethinkdbxx/src/net.h #27

Closed iamorphen closed 8 years ago

iamorphen commented 8 years ago

librethinkdbxx/src/net.h defines MICROSECOND as 100 nanoseconds. Unless I misunderstand the context, this is not intentional.

#define MICROSECOND 0.0000001 0.0000001 should be 0.000001.

AtnNn commented 8 years ago

Thanks for reporting that! Fixed in 15b527a

iamorphen commented 8 years ago

Thanks for your work on the driver! ( :