Skip to content

Instantly share code, notes, and snippets.

@matiasinsaurralde
Created April 14, 2016 04:03
Show Gist options
  • Save matiasinsaurralde/23dca5b7576af820fc0326880f9ad72a to your computer and use it in GitHub Desktop.
Save matiasinsaurralde/23dca5b7576af820fc0326880f9ad72a to your computer and use it in GitHub Desktop.
nsurlsessiond workaround (it's taking all the bandwidth)
#!/bin/sh
while :
do
sudo kill -9 `pidof nsurlsessiond`
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment