diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-13 11:58:43 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-13 11:58:43 +0000 |
commit | cb1a51416b4e9e931281ad51db6988d958daab90 (patch) | |
tree | 8a3ec7652957816321ff4f33fa217b463fbdf515 /src | |
parent | 0eed67a3a205e41d485eaef41e6993a59d111317 (diff) |
Attempted cpu usage fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@568 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/InspIRCd.layout | 26 | ||||
-rw-r--r-- | src/inspircd.cpp | 2 |
2 files changed, 14 insertions, 14 deletions
diff --git a/src/InspIRCd.layout b/src/InspIRCd.layout index bb37d690d..34d5aea86 100644 --- a/src/InspIRCd.layout +++ b/src/InspIRCd.layout @@ -13,9 +13,9 @@ LeftChar=1 [Editor_1] Open=1 Top=1 -CursorCol=4 -CursorRow=979 -TopLine=944 +CursorCol=16 +CursorRow=7310 +TopLine=7256 LeftChar=1 [Editor_2] @@ -75,11 +75,11 @@ TopLine=1 LeftChar=1 [Editor_9] -Open=0 +Open=1 Top=0 CursorCol=1 -CursorRow=1 -TopLine=1 +CursorRow=113 +TopLine=58 LeftChar=1 [Editor_10] @@ -165,9 +165,9 @@ LeftChar=1 [Editor_20] Open=1 Top=0 -CursorCol=60 -CursorRow=163 -TopLine=129 +CursorCol=69 +CursorRow=37 +TopLine=1 LeftChar=1 [Editor_21] @@ -251,7 +251,7 @@ CursorRow=40 TopLine=8 LeftChar=1 [Editor_32] -Open=0 +Open=1 Top=0 CursorCol=1 CursorRow=1 @@ -295,9 +295,9 @@ LeftChar=1 [Editor_38] Open=1 Top=0 -CursorCol=61 -CursorRow=65 -TopLine=29 +CursorCol=1 +CursorRow=70 +TopLine=40 LeftChar=1 [Editor_39] Open=0 diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 823372460..9a725e73c 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -7301,7 +7301,7 @@ int InspIRCd(void) flip_flop++; reap_counter++; - if (flip_flop > 20) + if (flip_flop > 10) { tv.tv_usec = 1; flip_flop = 0; |