OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-433-gc3e8d70
Gerrit Code Review
gerrit@openafs.org
Mon, 8 Jul 2024 12:24:58 -0400
The following commit has been merged in the master branch:
commit c3e8d70314a3a91aac9cc73392240e812e60aa60
Author: Mark Vitale <mvitale@sinenomine.net>
Date: Mon Oct 23 16:17:11 2023 -0400
budb: Remove superfluous rx_SetRxDeadTime
Since the original IBM code import, the buserver has set its Rx dead
time to 60 seconds at initialization. Not only is this unnecesarily
long, but it is also moot because a subsequent call to rx_InitHost
resets the rx dead time to the default 12 seconds.
Remove the superfluous rx_SetRxDeadTime.
Change-Id: I21acaf3cef1c80af06fa031ca2cdecd29d0fc5a3
Reviewed-on: https://gerrit.openafs.org/15592
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: Benjamin Kaduk <kaduk@mit.edu>
src/budb/server.c | 2 --
1 file changed, 2 deletions(-)
--
OpenAFS Master Repository