X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMain.cc;fp=src%2FMain.cc;h=adda533e40fcc595e8cf5784d3be4de6361a9bad;hp=6914c97df3525ed8ce7b7d206f8ee0b5c3598720;hb=1da520638918096276158ecdfaeebc14a3d70be7;hpb=51069fee9139ab8d14ecc80dffbe5deecb73d9e0 diff --git a/src/Main.cc b/src/Main.cc index 6914c97..adda533 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -274,6 +274,7 @@ void goodbye() int main(int argc, char* argv[]) { + // FIXME: This is temporary. moof::timer reloadTimer(boost::bind(&moof::resource::reload_as_needed), SCALAR(2.0), moof::timer::repeat);