mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
vere: reset instead of decrement scry fail counter
If scries succeed, they work. No need to make this smarter.
This commit is contained in:
parent
7aa452b2fa
commit
e90258627f
@ -705,9 +705,7 @@ _ames_lane_scry_cb(void* vod_p, u3_noun nun)
|
||||
_ames_panc_free(pac_u);
|
||||
}
|
||||
else {
|
||||
if ( 0 < pac_u->sam_u->saw_d ) {
|
||||
pac_u->sam_u->saw_d--;
|
||||
}
|
||||
pac_u->sam_u->saw_d = 0;
|
||||
|
||||
// cache the scry result for later use
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user