Update the progress bar at most 20 times per second

Fixes #1834.
This commit is contained in:
Eelco Dolstra 2018-02-06 20:51:37 +01:00
parent 694b6d229b
commit 6f6bfc8205
2 changed files with 31 additions and 14 deletions

View file

@ -6,4 +6,6 @@ nix_SOURCES := $(wildcard $(d)/*.cc) $(wildcard src/linenoise/*.cpp)
nix_LIBS = libexpr libmain libstore libutil libformat
nix_LDFLAGS = -pthread
$(eval $(call install-symlink, nix, $(bindir)/nix-hash))