william-os4y / fapws3

Fast Asynchronous Python Web Server (based on libev)
GNU General Public License v2.0
341 stars 38 forks source link

Illegal sys.setcheckinterval usage in samples #3

Closed daevaorn closed 15 years ago

daevaorn commented 15 years ago

In samples code (for example Django sample) there are lines:

 sys.setcheckinterval=100000 # since we don't use threads, internal checks are no more requiredsetcheckinterval

But setcheckinterval is a function not data attribute

william-os4y commented 15 years ago

Many thanks for the feedback. I've changed the sources accordingly.