set_rate_limit


Description:

public void set_rate_limit (int limit_msec)

This function does nothing.

Note:

This function does nothing. Don't call it.

Before 2.44, this was a partially-effective way of controlling the rate at which events would be reported under some uncommon circumstances. Since this is a singleton, it also meant that calling this function would have side effects for other users of the monitor.

Parameters:

this

a UnixMountMonitor

limit_msec

a integer with the limit in milliseconds to poll for changes.