1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

nix-store --serve: Implement log size limit

This commit is contained in:
Eelco Dolstra 2015-10-06 17:33:30 +02:00
parent 9ffc4f4363
commit 1abda8e173
4 changed files with 8 additions and 4 deletions

View file

@ -112,7 +112,8 @@ struct BuildResult
CachedFailure,
TimedOut,
MiscFailure,
DependencyFailed
DependencyFailed,
LogLimitExceeded,
} status = MiscFailure;
std::string errorMsg;
//time_t startTime = 0, stopTime = 0;