Prechádzať zdrojové kódy

Anpassen der FetchingTime auf 10 min

Jonathan Starck 3 rokov pred
rodič
commit
bcc4b57012
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      config/config.js

+ 1 - 1
config/config.js

@@ -203,7 +203,7 @@ let config = {
 			position: "middle_center",	// This can be any of the regions. Best results in left or right regions.
 			config: {
 				tableClass: "large wachenaufgaben",
-				fetchInterval: 30000,
+				fetchInterval: 600000,
 				maxTitleLength: 50,
 				displaySymbol: true,
 				maximumNumberOfDays: 1,