Fix naming for delay for draining the replication event queue

Thread.sleep() takes milliseconds as an argument, not seconds.
Otherwise, multiplying by 1000 would be a bug.

Also switches to returning a long, which fixes a potential overflow when
multiplying by 1000.

Change-Id: I3fc5c939e8c09c134e24fa9381e96e6529b5be4d
2 files changed
tree: b30985abfde77fe981ee9e688f69aef8173a4da2
  1. .settings/
  2. src/
  3. .gitignore
  4. .mailmap
  5. BUILD
  6. LICENSE