sfackler / rust-native-tls

Apache License 2.0
468 stars 197 forks source link

Fix keychain prompt opening after idling #289

Open blarfoon opened 5 months ago

blarfoon commented 5 months ago

After leaving the connection unused for 5 minutes (presumably that's the OS default for new keychains) the keychain locks and prompts the user to unlock, however there is a random password set and it can never be unlocked. To fix this we set the keychain to never lock.