You can also change the default from 60 to some other value by adding the following line to the knime.ini file:
-Dknime.domain.valuecount=1000
(where 1000 is whatever value you think is big enough to cover your needs and not so big as to gobble up all the available memory during node execution, as the nominal values are stored in memory as the output table is generated)
Steve