aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-11-21 18:46:55 +0100
committerGitHub <noreply@github.com>2022-11-21 18:46:55 +0100
commitc776dfbb35e961ac3f011ab8665dfc85ab067ef8 (patch)
tree3c8a2481e7844a066a1f66e7928e50e388eef495 /src
parent9d17ce07e872e88057480744414e0d1ef4fd5fa8 (diff)
Use hex for startId
Co-authored-by: Linus Heckemann <git@sphalerite.org>
Diffstat (limited to 'src')
-rw-r--r--src/libstore/globals.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 88fe72202..653d108aa 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -288,7 +288,7 @@ public:
Setting<uint32_t> startId{this,
#if __linux__
- 872415232,
+ 0x34000000,
#else
56930,
#endif