/* Jovian (c) 2020, License: MIT */

/**
 * Global  configuration for ix namespace classes
 */
export const ixConfig = {
  sleepFunctions: {
    useSharedTimer: true,
  },
  hotblock: {
    threshold: 3,
    halflife: 3,
  }
};
