* @since 2.2.4/2.6
*/
public static void storeChannelTimeLimits() {
File f = new File(Settings.getUserSettingsDirName(), FILENAME_CHANNEL_TIME_LIMIT);
StreamUtilities.objectOutputStreamIgnoringExceptions(f,
new ObjectOutputStreamProcessor() {
public void process(ObjectOutputStream out) throws IOException {
out.writeShort(1); // version
Channel[] channels = getSubscribedChannels();