diff options
| author | Mike Chan <mike@android.com> | 2009-06-12 13:55:15 -0700 |
|---|---|---|
| committer | Mike Chan <mike@android.com> | 2009-06-12 13:55:15 -0700 |
| commit | d709b582604e7f9d53b97f9ae13c5e12b2466c56 (patch) | |
| tree | de4fd08c90a049f5cd8936250462e3831cad40cc /rootdir | |
| parent | 47c1d7344ab183f5440843f6b594d1b74a2335b0 (diff) | |
| download | system_core-d709b582604e7f9d53b97f9ae13c5e12b2466c56.tar.gz system_core-d709b582604e7f9d53b97f9ae13c5e12b2466c56.tar.bz2 system_core-d709b582604e7f9d53b97f9ae13c5e12b2466c56.zip | |
remove 3G timeout values from init.rc, this should be device specific
Signed-off-by: Mike Chan <mike@android.com>
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 27e833b9..2e00c711 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -108,9 +108,6 @@ on boot # set RLIMIT_NICE to allow priorities from 19 to -20 setrlimit 13 40 40 -# Set timeout value for rmnet stats. - write /sys/devices/virtual/net/rmnet0/timeout_suspend 5000000 - # Define the oom_adj values for the classes of processes that can be # killed by the kernel. These are used in ActivityManagerService. setprop ro.FOREGROUND_APP_ADJ 0 |
