simonsobs / sisock

Sisock ('saɪsɒk): streaming of Simons Obs. data over websockets for quicklook
Other
2 stars 0 forks source link

radiometer_server.py crashes when MAX_POINTS is not set #15

Open BrianJKoopman opened 5 years ago

BrianJKoopman commented 5 years ago

If the environment variable MAX_POINTS isn't set the radiometer server crashes. We should either enforce the setting of this (which might be smart, since if we request a lot of data that has sometimes resulted in the server crashing), or make it safe to not set this.