taylorkelly / BigBrother

GNU General Public License v3.0
29 stars 20 forks source link

Add the option to disable updater to prevent poor performance & bugs #21

Closed stevenh closed 13 years ago

stevenh commented 13 years ago

It would be good to be able to disabled the auto download code for the jdbc libs

The reason being the current updater code doesnt work for all OS's e.g. Windows amd64, FreeBSD, etc which means the drivers fall back to pure java which is very slow and its also unclear which version of the jdbc drivers its downloading so they could easily be old or buggy.

Its great for the newbie but for the competent admin its more of a hindrance.

taylorkelly commented 13 years ago

Added: https://github.com/tkelly910/BigBrother/commit/07a439325089082dda4c36b0f6dab4ee4df47fe4

;D