summaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
authorSteven Grimm <sgrimm@facebook.com>2007-07-07 23:17:26 +0000
committerSteven Grimm <sgrimm@facebook.com>2007-07-07 23:17:26 +0000
commit95ddc95f9b0fac1c3bf877751719f455ae5c4426 (patch)
treef1fa005e284e975c09f47b7459281bb55a87a3a3 /daemon.c
parent752793b20dc173ca9210a5e3c6a04b0ebb4dc0c5 (diff)
downloadmemcached-95ddc95f9b0fac1c3bf877751719f455ae5c4426.tar.gz
Minor readability improvement: "1024 * 1024" instead of "1048576".
The expression will be evaluated at compile time, so there is no difference in efficiency, but it's much easier for a human to decipher "N * 1024 * 1024" than a single large integer. (And we were putting the expressions in the code anyway in the form of comments.) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@586 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'daemon.c')
0 files changed, 0 insertions, 0 deletions